Skip to content
New issue

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

Globals Option #113

Closed
blond opened this issue Oct 27, 2015 · 0 comments
Closed

Globals Option #113

blond opened this issue Oct 27, 2015 · 0 comments
Assignees
Milestone

Comments

@blond
Copy link
Member

blond commented Oct 27, 2015

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'] 
}]
@blond blond self-assigned this Oct 27, 2015
@blond blond added this to the 2.1 milestone Oct 27, 2015
@blond blond removed the in progress label Oct 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant