mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-25 07:48:54 +00:00
refactor(css): rename functions from 'fixit-' to 'fi-' for consistency
This commit is contained in:
@@ -83,7 +83,7 @@ FixIt/
|
||||
|
||||
```scss
|
||||
.element {
|
||||
color: var(#{$rootPrefix}global-font-color);
|
||||
color: fi-var(global-font-color);
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user