Don't place pure styling on top-level files (those that don't begin with underscore). Instead, import them as individual files.
9 lines
210 B
Sass
9 lines
210 B
Sass
.checkbox label label
|
|
padding-left: 0
|
|
|
|
.checkbox label input[type=checkbox] + label
|
|
transition: color 100ms ease-in-out
|
|
|
|
.checkbox label input[type=checkbox]:checked + label
|
|
color: $color-success !important
|