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

src.assets.style.global.alias.scss Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
@import "~bootstrap/scss/bootstrap-utilities";
@for $i from 1 through 100 {
    .w#{$i} { width: 1%*$i; }
}

@for $i from 1 through 100 {
    .h#{$i} { height: 1%*$i; }
}


//Generate utilities for Cursor
$utilities: map-merge(
        $utilities,
        (
            "cursor": (
                property: cursor,
                values: auto default pointer wait text move help not-allowed
            ),
        )
);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy