移动端

7 lines
102 B

2 months ago
// Opacity
@for $i from 0 through 20 {
.#{$prefix}opacity-#{$i * 5} {
opacity: 0.05 * $i;
}
}