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

autoprefixer disabled for whole build #44

Open
s1nz opened this issue Apr 5, 2018 · 2 comments
Open

autoprefixer disabled for whole build #44

s1nz opened this issue Apr 5, 2018 · 2 comments

Comments

@s1nz
Copy link

s1nz commented Apr 5, 2018

Because of /* autoprefixer: off */ statement in lib/_tools.scss autoprefixer is disabled for the entire generated css file when gel-grid is used. Any ideas?

@tsouk
Copy link
Contributor

tsouk commented Apr 6, 2018

Guess we didn't need it up to now @s1nz .
Do you want to turn it on somewhere? And why is that.

@s1nz
Copy link
Author

s1nz commented Apr 17, 2018

I'm using gel-grid as dependency in my project like this:

$gel-breakpoint-sizes: (240px, 400px, 700px, 900px, 1100px);
@import "../../node_modules/gel-grid/grid";

When I compile my main scss file, Autoprefixer is disabled on the whole compiled css, because of /* autoprefixer: off */ in gel-grid/lib/_tools.scss declared at the very top of the file.

According to Autoprefixer guys Off/on applies doesn't work in stream. It applies to whole block which leads to this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants