mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-17 02:15:01 +01:00
never use a submodule ever again
This commit is contained in:
parent
830045ee2f
commit
bf24af3431
77 changed files with 12557 additions and 1 deletions
12
blog/themes/terminal/.stylelintrc.json
Normal file
12
blog/themes/terminal/.stylelintrc.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"extends": [
|
||||
"stylelint-config-standard-scss",
|
||||
"stylelint-config-prettier-scss"
|
||||
],
|
||||
"rules": {
|
||||
"max-empty-lines": 1,
|
||||
"color-function-notation": null,
|
||||
"no-descending-specificity": null,
|
||||
"selector-class-pattern": null
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue