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
Sass version 3.4.22 (Selective Steve) gulp package https://www.npmjs.com/package/gulp-sass The file compiles with duplicated imports.
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
Sass version 3.4.22 (Selective Steve)
gulp package https://www.npmjs.com/package/gulp-sass
The file compiles with duplicated imports.
The text was updated successfully, but these errors were encountered: