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

Reset 'import-notation' #163

Open
boneyfantaseas opened this issue Dec 15, 2022 · 0 comments
Open

Reset 'import-notation' #163

boneyfantaseas opened this issue Dec 15, 2022 · 0 comments

Comments

@boneyfantaseas
Copy link

The combination of 'stylelint-config-standard' and 'stylelint-config-recommended-scss' leads to an interesting effect. The former contains this rule: 'import-notation': 'url'
That leads to import 'mixins.scss' > 'import url('mixins.scss')

Imports are resolved to url() imports which is interpreted by SCSS as plain CSS imports and that stops mixin/function/variable imports from working.

I suggest adding 'import-notation': null as we might have CSS imports next to SCSS imports.

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

No branches or pull requests

2 participants