B
B
bormor2017-12-11 15:46:32
css
bormor, 2017-12-11 15:46:32

Stylelint - how to disable single quotes only for @import in SCSS?

Implementing stylelint.
According to the codestyle of the command - single quotes are needed for properties everywhere except for @ import in SCSS.
Tried by Doesn't work. How can this be implemented?
"string-quotes": ["single", {"except":"import"}]

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew Ghostuhin, 2017-12-14
@Torin_Asakura

https://github.com/kristerkari/stylelint-scss Help, here is everything you need

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question