update for latest stylint config

This commit is contained in:
Patrick Marsceill
2019-04-30 18:00:56 -07:00
parent ce2d213dbe
commit f255c07c7f
3 changed files with 407 additions and 570 deletions
+4 -2
View File
@@ -120,7 +120,8 @@
}
}
// stylelint-disable selector-no-type
// stylelint-disable selector-max-type
body {
position: relative;
padding-bottom: $sp-10;
@@ -130,7 +131,8 @@ body {
padding-bottom: 0;
}
}
// stylelint-enable selector-no-type
// stylelint-enable selector-max-type
.site-footer {
position: absolute;
+398 -566
View File
File diff suppressed because it is too large Load Diff
+5 -2
View File
@@ -7,9 +7,12 @@
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
"devDependencies": {
"stylelint": "^10.0.1",
"stylelint-config-primer": "^6.0.0"
"stylelint-config-primer": "^6.0.0",
"stylelint-selector-no-utility": "^4.0.0"
},
"dependencies": {
"@primer/css": "^12.2.3"
},
"dependencies": {},
"scripts": {
"test": "stylelint '**/*.scss'"
}