more removals

This commit is contained in:
Henry Jameson 2025-03-31 12:28:15 +03:00
commit a81b477350
3 changed files with 0 additions and 11 deletions

View file

@ -7,15 +7,6 @@
], ],
"rules": { "rules": {
"declaration-no-important": true, "declaration-no-important": true,
"rscss/no-descendant-combinator": false,
"rscss/class-format": [
false,
{
"component": "pascal-case",
"variant": "^-[a-z]\\w+",
"element": "^[a-z]\\w+"
}
],
"selector-class-pattern": null, "selector-class-pattern": null,
"import-notation": null, "import-notation": null,
"custom-property-pattern": null, "custom-property-pattern": null,

View file

@ -106,7 +106,6 @@
"stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "29.0.0", "stylelint-config-standard": "29.0.0",
"stylelint-rscss": "0.4.0",
"vite": "^6.1.0", "vite": "^6.1.0",
"vite-plugin-eslint2": "^5.0.3", "vite-plugin-eslint2": "^5.0.3",
"vite-plugin-stylelint": "^6.0.0", "vite-plugin-stylelint": "^6.0.0",

View file

@ -374,7 +374,6 @@
height: 40px; height: 40px;
// TODO define those other way somehow? // TODO define those other way somehow?
// stylelint-disable rscss/class-format
&.-compact { &.-compact {
width: 32px; width: 32px;
height: 32px; height: 32px;