Closed PaulineNemchak closed 4 years ago
You need to add stylelint-order
to plugins
section of your config (you don't have any):
{
"plugins": [
"stylelint-order"
],
"rules": {
// ...
}
}
thanks a lot, seems missed it
Do you have a suggestion how to make it more clear in a readme? It would help new users.
Hello there, I have an error using :root selector, even in case I delete all other code.
My .stylelintrc.
I don't understand why this problem occurs.