This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
UTPass-Website/mdb/scss/addons/_directives.scss

6 lines
135 B
SCSS

// Optional directives
@each $key in (0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100) {
.opacity-#{$key} {
opacity: $key * .01;
}
}