This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
1.2.0
marvinhagemeister
released this
28 Sep 22:26
·
44 commits
to master
since this release
- Support sass conditionals in one line
@if $a {
color: red;
} @else {
color: blue;
}