All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.styles.alias.scss Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
@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