package.json: added postcss to dependencies list.

This commit is contained in:
Cyra Westmere
2025-03-30 05:21:14 -07:00
parent f894eaff29
commit 1a38c63049

View File

@@ -18,6 +18,7 @@
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-import-url": "^7.2.0",
"postcss-url": "^10.1.3"
"postcss-url": "^10.1.3",
"postcss": "^8.5.3"
}
}
}