We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoprefixer
Deduplication
.btn color: blue .btn font-size: 14px
should output a single .btn selector
.btn
.btn{color: blue; font-size: 14px}
Other cool features:
std/critbits
The text was updated successfully, but these errors were encountered:
wip compiler work + smart optimizations [#7]
1f0f3d0
Signed-off-by: George Lemon <[email protected]>
No branches or pull requests
Autoprefixer
Deduplication
should output a single
.btn
selectorOther cool features:
std/critbits
)The text was updated successfully, but these errors were encountered: