Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize and simplify CSS #74

Draft
wants to merge 12 commits into
base: next
Choose a base branch
from
Prev Previous commit
Next Next commit
Update browserslist
  • Loading branch information
kytta committed Jul 18, 2023
commit 35fb9a211f8e26e91e10798383b13aba15ed0cff
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"size-limit": "^8.2.6",
"vite": "^4.4.4"
},
"browserslist": "> 0.3%, last 2 versions, Firefox ESR, not dead, not op_mini all",
"prettier": {
"embeddedLanguageFormatting": "off"
},
Expand Down Expand Up @@ -99,7 +100,7 @@
"optimizeSvgEncode": true
},
"postcss-lightningcss": {
"browsers": "cover 95%, last 3 versions, Firefox ESR, not dead"
"browsers": "> 0.3%, last 2 versions, Firefox ESR, not dead, not op_mini all"
}
}
},
Expand Down