enb / enb-stylus

Stylus related techs
Other
18 stars 17 forks source link

Globals Option #113

Closed blond closed 8 years ago

blond commented 8 years ago

Need add globals option for

Example

File with global variables:

$col-width = 30px

Other source files:

.col {
    width: $col-width;
}

Set globals option in .enb/make.js:

[StylusTech, { 
    globals: ['/path/to/global-file.styl'] 
}]