Skip to main content

Stylelint

.stylelintrc
{
"rules": {
"max-line-length": 120,
"string-quotes": "single",
"selector-class-pattern": null
}
}