mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
c9a1958264
Fixing the misaligned inline nav using "inline-block" also made it obvious that I can simplify compound selectors. The max number of compound selectors has dropped from 4 to 2. Update stylelint configs to reflect this. Also fix containment to reflect a prior change (webmentions are a section, not a footer.)
14 lines
363 B
JSON
14 lines
363 B
JSON
{
|
|
"devDependencies": {
|
|
"@hint/formatter-codeframe": "^3.1.22",
|
|
"@hint/hint-doctype": "^3.3.10",
|
|
"@hint/hint-https-only": "^2.4.10",
|
|
"@hint/hint-performance-budget": "^2.4.10",
|
|
"hint": "^6.1.4",
|
|
"stylelint": "^14.8.1",
|
|
"stylelint-config-standard": "^25.0.0"
|
|
},
|
|
"dependencies": {
|
|
"stylelint-config-recommended": "^7.0.0"
|
|
}
|
|
}
|