postcss-prettify
Advanced tools
Changelog
0.3.4 — 3/16/16
Fix fail on empty input with checks for setting css.first.raws.before = ''
.
Changelog
0.3.1 - 0.3.3 — 3/16/16
/dist
not being included with package by adding /dist
to "files" in package.json
.Changelog
0.3.1 - 0.3.3 — 3/16/16
/dist
not being included with package by adding /dist
to "files" in package.json
.Changelog
0.3.0 — 3/16/16
Switch codebase to es6 with Babel transpilation. Optimize logic into one tree traversal.
ADD
Changelog
0.2.0 — 3/11/16
Restructure logic for easy extending.
ADD
Changelog
0.1.1 — 3/10/16
Switch from AVA to Mocha for tests because Travis-CI was throwing strange errors I don't feel like tracking down.