refactor(css): rename functions from 'fixit-' to 'fi-' for consistency

This commit is contained in:
Cell
2026-04-19 05:07:15 +08:00
parent 9ada69ed71
commit b406a569f8
52 changed files with 410 additions and 410 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ FixIt/
```scss
.element {
color: var(#{$rootPrefix}global-font-color);
color: fi-var(global-font-color);
}
```