Skip to content

Commit

Permalink
stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 8, 2024
1 parent 8b1acf7 commit a3194cd
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 119 deletions.
8 changes: 5 additions & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"rules": {
"block-no-empty": null,
"color-no-invalid-hex": true,
"selector-class-pattern": null,
"declaration-empty-line-before": null,
"indentation": 4,
"unit-no-unknown": true,
"property-no-vendor-prefix": true
"property-no-vendor-prefix": true,
"scss/dollar-variable-empty-line-before": null,
"selector-class-pattern": null,
"unit-no-unknown": true
}
}
83 changes: 33 additions & 50 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit a3194cd

Please sign in to comment.