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
Since we want to use our NUXTJS boilerplate on various projects, we want to be able to change the values for properties like background colors or width dynamically without changing the whole template each time.
Here is an example:
./overriding.sss
$background-color: orange ---> This overrides and affects all the files in variablee.sss and other files that uses this variable.
*Order of the files doesn't matter here
Hey @jonathantneal !
To begin with, thanks for a great plugin!
Since we want to use our NUXTJS boilerplate on various projects, we want to be able to change the values for properties like background colors or width dynamically without changing the whole template each time.
Here is an example:
The syntax for overriding features can be something like:
This readonly declaration comes before the original $fg declaration defined in other file.
We are thinking of making a PR. We really want to have this feature added!
Appreciate any response!
The text was updated successfully, but these errors were encountered: