Skip to content

Commit

Permalink
css linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallcorner committed Feb 28, 2020
1 parent 4f1e49b commit a7f62b1
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 89 deletions.
5 changes: 5 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"rules": {
"declaration-block-no-duplicate-properties": true,
"order/declaration-block-properties-alphabetical-order": true,
"property-no-unknown": [
true, {
ignoreProperties:
["inset-block-end", "inset-block-start"]
}],
"property-blacklist": [
"/(min[-]|max[-])height/",
"/width/",
Expand Down
Loading

0 comments on commit a7f62b1

Please sign in to comment.