Skip to content

Commit acab555

Browse files
committed
fix: add missing postcss-import dependency
1 parent fff39c0 commit acab555

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

package-lock.json

Lines changed: 26 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"npm-run-all": "^4.1.5",
1616
"postcss": "^8.4.31",
1717
"postcss-cli": "^10.1.0",
18-
"postcss-nesting": "^12.0.0"
18+
"postcss-import": "^16.0.1",
19+
"postcss-nesting": "^12.0.2"
1920
},
2021
"dependencies": {
2122
"treeselectjs": "^0.10.0"

0 commit comments

Comments
 (0)