1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 18:04:26 +04:00
Files
tabler/scss/utils/_opacity.scss
2019-04-27 14:33:48 +02:00

8 lines
142 B
SCSS

// stylelint-disable declaration-no-important
@for $i from 0 through 20 {
.opacity-#{$i * 5} {
opacity: $i * 5 / 100 !important;
}
}