Skip to content

Commit

Permalink
updating browserslistrc
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeganderson committed Nov 18, 2024
1 parent 3a35c38 commit a55d2cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
supports css-logical-props and last 2 versions and > 1%
1 change: 1 addition & 0 deletions .github/workflows/stylelint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jobs:
filter_mode: "diff_context"
stylelint_config: ".stylelintrc.json"
stylelint_input: "**/*.scss"
format: "json"
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"test:coverage": "jest --coverage",
"test:watch": "npm run test -- --watch -o --coverage"
},
"browserslist": [
"supports css-logical-props and last 2 versions and > 1%"
],
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
Expand Down

0 comments on commit a55d2cd

Please sign in to comment.