Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f5e97fc

Browse files
committed
add postcss nested
1 parent 9d0ea4c commit f5e97fc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"postcss": "^8.2.4",
5959
"postcss-cli": "^8.3.1",
6060
"postcss-import": "^14.0.0",
61+
"postcss-nested": "^5.0.3",
6162
"prettier": "^2.2.1",
6263
"tailwindcss": "^2.0.2",
6364
"webpack": "^5.14.0",

postcss.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
module.exports = {
55
plugins: [
66
require('postcss-import'),
7+
require('postcss-nested'),
78
require('tailwindcss'),
89
require('autoprefixer'),
910
...(process.env.NODE_ENV === 'production'

0 commit comments

Comments
 (0)