We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need add globals option for
globals
Example
File with global variables:
$col-width = 30px
Other source files:
.col { width: $col-width; }
Set globals option in .enb/make.js:
.enb/make.js
[StylusTech, { globals: ['/path/to/global-file.styl'] }]
The text was updated successfully, but these errors were encountered:
blond
No branches or pull requests
Need add
globals
option forExample
File with global variables:
Other source files:
Set
globals
option in.enb/make.js
:The text was updated successfully, but these errors were encountered: