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
Is your feature request related to a problem? Please describe.
Currently, if importing for use in an app, variables can't be overridden and there's also likelihood of conflicts with classes, variables etc.
Describe the solution you'd like
For better @import usage, make all variables use the default keyword. Also, prefix common utilities with whirl-.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, if importing for use in an app, variables can't be overridden and there's also likelihood of conflicts with classes, variables etc.
Describe the solution you'd like
For better
@import
usage, make all variables use thedefault
keyword. Also, prefix common utilities withwhirl-
.The text was updated successfully, but these errors were encountered: