Skip to content

Commit

Permalink
feat: add postcss-safe-area
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Jan 9, 2024
1 parent d32b1d8 commit d20adbc
Show file tree
Hide file tree
Showing 7 changed files with 476 additions and 317 deletions.
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
last 60 Chrome versions
last 70 Firefox versions
last 10 Safari versions
ios >= 10
1 change: 1 addition & 0 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
require('postcss-flexbugs-fixes')(),
require('postcss-will-change')(),
require('autoprefixer')(),
require('postcss-safe-area')(),
],
postcssPlugin: name,
};
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-preset-evergreen",
"version": "0.5.6",
"version": "0.5.7",
"description": "A `postcss` preset for modern css syntaxes",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -35,12 +35,12 @@
"test": "ava --fail-fast"
},
"dependencies": {
"@csstools/postcss-hwb-function": "^3.0.7",
"@csstools/postcss-hwb-function": "^3.0.8",
"@csstools/postcss-is-pseudo-class": "^4.0.4",
"autoprefixer": "^10.4.16",
"browserslist": "^4.22.2",
"postcss-clamp": "^4.1.0",
"postcss-color-functional-notation": "^6.0.3",
"postcss-color-functional-notation": "^6.0.4",
"postcss-color-hex-alpha": "^9.0.3",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-font-variant": "^5.0.0",
Expand All @@ -52,23 +52,24 @@
"postcss-page-break": "^3.0.4",
"postcss-place": "^9.0.1",
"postcss-replace-overflow-wrap": "^4.0.0",
"postcss-safe-area": "^0.1.1",
"postcss-selector-not": "^7.0.1",
"postcss-will-change": "^4.0.1"
},
"devDependencies": {
"@bring-it/npm": "^0.5.0",
"@bring-it/npm": "^0.5.1",
"@nice-move/cli": "^0.11.3",
"@nice-move/eslint-config-base": "^0.11.1",
"@nice-move/prettier-config": "^0.10.0",
"ava": "^5.3.1",
"ava": "^6.0.1",
"eslint": "^8.56.0",
"eslint-plugin-ava": "^14.0.0",
"garou": "^0.6.22",
"postcss": "^8.4.32",
"garou": "^0.6.23",
"postcss": "^8.4.33",
"prettier": "^3.1.1"
},
"peerDependencies": {
"postcss": "^8.4.31"
"postcss": "^8.4.33"
},
"engines": {
"node": ">=18.12.0 || ^16.15.0"
Expand All @@ -77,7 +78,7 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.14.0",
"eslintConfig": {
"extends": "@nice-move/eslint-config-base"
},
Expand Down
Loading

0 comments on commit d20adbc

Please sign in to comment.