refactor: remove gap.scss and inline gap classes

delete the standalone gap.scss utility file, remove its import from src/static/scss/index.scss, and update all component templates to replace predefined gap-* classes with inline gap-[px] notation
This commit is contained in:
duanshuwen
2026-07-24 16:54:46 +08:00
parent e174e3b726
commit 39b91a8d05
7 changed files with 8 additions and 44 deletions

View File

@@ -19,4 +19,3 @@
@import "./white-space.scss";
@import "./min-height.scss";
@import "./min-width.scss";
@import "./gap.scss";