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
importless should provide a function that returns the global variable names as an array.
overwrite
Not sure how the actual overwriting is being done. Need to investigate if the parse tree can be modified and then compiled.
Modify parse tree and then call .toCSS() to compile.
The text was updated successfully, but these errors were encountered:
less variables which are not scoped should be available to overwrite using a
importless.json
config file.importless.json
configspecifies the global variables that should be overwritten and the value with which they should be overwritten by.
Example
importless.json
list variables available for overwrite
importless
should provide a function that returns the global variable names as an array.overwrite
Not sure how the actual overwriting is being done. Need to investigate if the parse tree can be modified and then compiled.Modify parse tree and then call
.toCSS()
to compile.The text was updated successfully, but these errors were encountered: