chore(scss): remove unused white-space styles

This commit is contained in:
duanshuwen
2026-07-24 22:14:17 +08:00
parent 03ce7f11c2
commit 0e79cf2ad0
2 changed files with 0 additions and 4 deletions

View File

@@ -7,6 +7,5 @@
@import "./overflow.scss";
@import "./scroll.scss";
@import "./width.scss";
@import "./white-space.scss";
@import "./min-height.scss";
@import "./min-width.scss";

View File

@@ -1,3 +0,0 @@
.whitespace-nowrap {
white-space: nowrap;
}