Build 1.0.3

This commit is contained in:
Jeremy Thomas
2024-12-27 21:25:24 +01:00
parent e23cfc1262
commit 785418143e
38 changed files with 27389 additions and 21758 deletions

View File

@@ -9,7 +9,7 @@ $radii: (
);
@each $name, $var in $radii {
.#{iv.$helpers-has-prefix}radius-#{$name} {
.#{iv.$class-prefix}#{iv.$helpers-has-prefix}radius-#{$name} {
border-radius: cv.getVar($var);
}
}