chore: update css rules, add hct plugin

This commit is contained in:
2026-09-02 09:51:14 +05:00
parent 1310c51543
commit 98a4bacd23
13 changed files with 690 additions and 152 deletions
+5
View File
@@ -0,0 +1,5 @@
import postcssHct from "./scripts/postcss-hct.mjs";
export default {
plugins: [postcssHct],
};