1
0
mirror of https://github.com/thangisme/notes.git synced 2024-11-04 16:57:26 -05:00
notes/.stylelintrc.json
Silvio Giebl cba53a6914 Make themes more customizable
(cherry picked from commit dffb2706a158784e2f3091f895a868e373683bc8)
2019-08-15 18:35:10 +02:00

11 lines
192 B
JSON

{
"ignoreFiles" : [
"assets/css/just-the-docs-light.scss",
"assets/css/just-the-docs-dark.scss",
"_sass/vendor/**/*.scss"
],
"extends": [
"stylelint-config-primer"
]
}