mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
978b4b2b1a
Increased font size to decrease chars-per-line (SC 1.4.8) and increase tap target size. Pad the nav links more and add some extra space between them to meet SC 2.5.5.
9 lines
242 B
JSON
9 lines
242 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
|
|
}
|
|
}
|