mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 08:12:11 +00:00
70b8a5e9cb
Create an "about" section. Add breadcrumbs to show relationships between pages with full page titles.
10 lines
279 B
JSON
10 lines
279 B
JSON
{
|
|
"extends": "stylelint-config-recommended",
|
|
"rules": {
|
|
"font-family-no-duplicate-names": [ true, { "ignoreFontFamilyNames": ["monospace"] } ],
|
|
"indentation": "tab",
|
|
"max-nesting-depth": 1,
|
|
"selector-max-compound-selectors": 3,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|