1
0
mirror of https://github.com/tabler/tabler.git synced 2026-01-08 05:30:08 +04:00

css scripts, js scripts, remove gulp

This commit is contained in:
chomik
2019-04-27 14:33:46 +02:00
parent 880ff15961
commit f91c290400
571 changed files with 384 additions and 798 deletions

View File

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