Skip to content

Commit 88f8d1c

Browse files
committed
Use nesting in the CSS file
1 parent e0be1dd commit 88f8d1c

File tree

4 files changed

+271
-255
lines changed

4 files changed

+271
-255
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@voxpelli/node-test-pretty-reporter": "^1.1.2",
3939
"markdownlint": "^0.40.0",
4040
"markdownlint-cli2": "^0.19.1",
41+
"postcss-nesting": "^13.0.2",
4142
"prettier": "^3.7.4",
4243
"recast": "^0.23.11"
4344
},

postcss.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
plugins: {
3+
'postcss-nesting': {},
4+
autoprefixer: {},
5+
},
6+
};

0 commit comments

Comments
 (0)