You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2nd mixin param list, strings are not colored as strings.
Scope inspector shows they are not getting string.quoted.single.css and meta.property-value.css scopes.
Check if CSS hardcodes function names, find out how to add our own.
The text was updated successfully, but these errors were encountered:
Function names are indeed hardcoded. Need to find out how (and if) it's possible to dynamically color mixins and formatters. Changed title accordingly.
tempit
changed the title
Investigate loss of syntax color in multiple mixin params
Syntax highlight for multiple mixins/formatters.
Dec 24, 2017
.myClass {
-st-mixin: paramfulMixin('54','200'), paramfulMixin('54','200')
}
2nd mixin param list, strings are not colored as strings.
Scope inspector shows they are not getting string.quoted.single.css and meta.property-value.css scopes.
Check if CSS hardcodes function names, find out how to add our own.
The text was updated successfully, but these errors were encountered: