mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2024-11-05 00:16:57 +00:00
Magnus Walbeck
a58dc593c2
Complete rewrite of core styling to realign with current Nextcloud, and rely more on CSS4 variable for theming.
20 lines
536 B
JSON
20 lines
536 B
JSON
{
|
|
"extends": ["stylelint-config-sass-guidelines", "stylelint-prettier/recommended"],
|
|
"rules": {
|
|
"prettier/prettier": [
|
|
true,
|
|
{
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"printWidth": 100
|
|
}
|
|
],
|
|
"string-quotes": "double",
|
|
"max-nesting-depth": 2,
|
|
"selector-no-qualifying-type": null,
|
|
"selector-max-compound-selectors": null,
|
|
"selector-class-pattern": null,
|
|
"selector-max-id": null
|
|
}
|
|
}
|