mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
8 lines
151 B
SCSS
8 lines
151 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
@for $i from 0 through 20 {
|
|
.opacity-#{$i * 5} {
|
|
opacity: calc(#{$i * 5} / 100) !important;
|
|
}
|
|
}
|