Skip to content

Commit

Permalink
Use older style media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
LkeMitchll committed Feb 4, 2024
1 parent 2dbcfa7 commit 0eaf509
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -42,7 +42,10 @@
},
"stylelint": {
"extends": "stylelint-config-standard",
"ignoreFiles": [ "./**/*.js" ]
"ignoreFiles": [ "./**/*.js" ],
"rules": {
"media-feature-range-notation": "prefix"
}
},
"scripts": {
"clean": "rm -rf _site .cache",
Expand Down

0 comments on commit 0eaf509

Please sign in to comment.