1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-12 14:22:21 +04:00
Files
tabler/scss/utils/_opacity.scss
T
2019-03-12 22:09:23 +01:00

6 lines
95 B
SCSS

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