16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-tailwindcss/scss"
|
|
],
|
|
"plugins": [
|
|
"stylelint-scss"
|
|
],
|
|
"rules": {
|
|
"custom-property-empty-line-before": null,
|
|
"declaration-empty-line-before": null,
|
|
"media-feature-range-notation": null,
|
|
"import-notation": "string",
|
|
"scss/no-global-function-names": null
|
|
}
|
|
}
|