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

Use gulp-sass for compiling scss and it's not working #20

Open
julia-dizhak opened this issue Nov 2, 2017 · 1 comment
Open

Use gulp-sass for compiling scss and it's not working #20

julia-dizhak opened this issue Nov 2, 2017 · 1 comment

Comments

@julia-dizhak
Copy link

Sass version 3.4.22 (Selective Steve)
gulp package https://www.npmjs.com/package/gulp-sass
The file compiles with duplicated imports.

@KEMBL
Copy link

KEMBL commented Nov 7, 2017

just for clarification - sass-import-once will not wok 'auto' for any given @include
to have this technique working there should be a call like this:

 @include exports('my-imported-css-id'); // styles duplication detection

in scss file or inside mixin body (depend on what type of duplication should be warned)

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