Skip to content

Commit

Permalink
feat: postcss-nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Jul 31, 2024
1 parent f1da499 commit 467cdba
Show file tree
Hide file tree
Showing 7 changed files with 693 additions and 611 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This preset includes the following packages:
- postcss-replace-overflow-wrap
- postcss-selector-not
- postcss-will-change
- postcss-nesting

## Installation

Expand Down
1 change: 1 addition & 0 deletions index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
require('postcss-will-change')(),
require('autoprefixer')(),
require('postcss-safe-area')(),
require('postcss-nesting')({ edition: '2024-02' }),
],
postcssPlugin: name,
};
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-preset-evergreen",
"version": "0.5.10",
"version": "0.6.0",
"description": "A `postcss` preset for modern css syntaxes",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -35,18 +35,19 @@
"test": "ava --fail-fast"
},
"dependencies": {
"@csstools/postcss-hwb-function": "^3.0.15",
"@csstools/postcss-hwb-function": "^3.0.18",
"@csstools/postcss-is-pseudo-class": "^4.0.8",
"autoprefixer": "^10.4.19",
"browserslist": "^4.23.0",
"browserslist": "^4.23.2",
"postcss-clamp": "^4.1.0",
"postcss-color-functional-notation": "^6.0.11",
"postcss-color-functional-notation": "^6.0.14",
"postcss-color-hex-alpha": "^9.0.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^5.0.1",
"postcss-logical": "^7.0.1",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^12.1.5",
"postcss-opacity-percentage": "^2.0.0",
"postcss-overflow-shorthand": "^5.0.1",
"postcss-page-break": "^3.0.4",
Expand All @@ -57,21 +58,21 @@
"postcss-will-change": "^4.0.1"
},
"devDependencies": {
"@bring-it/npm": "^0.5.4",
"@nice-move/cli": "^0.11.12",
"@nice-move/eslint-config-base": "^0.11.8",
"@nice-move/prettier-config": "^0.12.3",
"@bring-it/npm": "^0.5.7",
"@nice-move/cli": "^0.11.13",
"@nice-move/eslint-config-base": "^0.11.12",
"@nice-move/prettier-config": "^0.12.4",
"ava": "^6.1.3",
"eslint": "^8.57.0",
"eslint-plugin-ava": "^14.0.0",
"garou": "^0.7.5",
"postcss": "^8.4.38",
"prettier": "^3.3.0"
"garou": "^0.7.6",
"postcss": "^8.4.40",
"prettier": "^3.3.3"
},
"peerDependencies": {
"postcss": "^8.4.38"
"postcss": "^8.4.40"
},
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": ">=18.12.0 || ^16.15.0"
},
Expand Down
Loading

0 comments on commit 467cdba

Please sign in to comment.