Layout fixes

This commit is contained in:
panr 2022-11-13 22:45:10 +01:00
parent b931e14ece
commit 1e65ffdf24
10 changed files with 7545 additions and 36 deletions

10
.stylelintrc.json Normal file
View file

@ -0,0 +1,10 @@
{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-prettier-scss"
],
"rules": {
"max-empty-lines": 1
}
}