- Autoprefixer - Deduplication ```bass .btn color: blue .btn font-size: 14px ``` should output a single `.btn` selector ```css .btn{color: blue; font-size: 14px} ``` Other cool features: - CSS alphabetize (done by `std/critbits`)
Autoprefixer
Deduplication
should output a single
.btnselectorOther cool features:
std/critbits)