Skip to content

Commit

Permalink
Ignore float logical properties due to visual discrepancy
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 28, 2022
1 parent d7891de commit 954873c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-hub/stylelint@master
env:
PATTERN: "./mink-plugin/css/*.css"
#PATTERN: "./mink-plugin/css/*.css"
PATTERN: "./mink-plugin/css/*.css"
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"stylelint-use-logical"
],
"rules": {
"csstools/use-logical": ["always"]
"csstools/use-logical": ["always", {"except": ['float']}]
},
"ignoreFiles": [
"mink-plugin/css/select2.css"
Expand Down

0 comments on commit 954873c

Please sign in to comment.