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