src.styles.alias.scss Maven / Gradle / Ivy
@for $i from 1 through 100 {
.w#{$i} { width: 1%*$i; }
}
@for $i from 1 through 100 {
.h#{$i} { height: 1%*$i; }
}
.pointer {
cursor: pointer;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy