Issue by RaymondLim
Sunday Aug 25, 2013 at 00:12 GMT
Originally opened as adobe/brackets#4931
This works for all valid CSS properties except those syntax that are not yet supported in CodeMirror SCSS mode.
eg. border: { style: solid; } You won't see property values for border-style when the cursor is after style: in the example. Instead, you see a list of property names since CodeMirror does not recognize style: as a nested property.
RaymondLim included the following code: https://github.com/adobe/brackets/pull/4931/commits
Sunday Aug 25, 2013 at 00:12 GMT
Originally opened as adobe/brackets#4931
This works for all valid CSS properties except those syntax that are not yet supported in CodeMirror SCSS mode.
eg.
border: { style: solid; }You won't see property values for border-style when the cursor is afterstyle:in the example. Instead, you see a list of property names since CodeMirror does not recognize style: as a nested property.RaymondLim included the following code: https://github.com/adobe/brackets/pull/4931/commits