- add ./rework.js stand-alone build
- refactor positions example with visitor
- fix visitor with @charset, @import etc
- refactor url() with visitor
- refactor references() with visitor
- refactor prefixValue() with visitor
- refactor mixin with visitor
- refactor ease plugin with visitor
- refactor colors plugin with visitor
- add visit.declarations() helper
- add prefix visiting for @media
- add column props (fixes #26)
- fix mixins plugin traversal
- add placeholder selector support
- fix extend nesting. Closes #22
- fix hyphenated property references. Closes #20
- fix .svg at2x. Closes #17
- add gradients to rework(1)
- fix named color support
- add .mixin -> .mixins alias
- add debug to component.json
- add
extends
support
- revert broken @2x media query implementation
- fix rgba() with arity > 2
- add mixin support
- add property reference support
- add rgba(color, a) plugin
- add gradient support. Closes #12
- add media macros. Closes #10
- add background-size: contain to at2x
- add
--ease
to rework(1) - add
.ease()
plugin for additional easing functions
- add --vars to rework(1)
- add web service link
- add
.prefix(props)
array support. Closes #1 - add variables plugin. Closes #5
- increase perf ~40% faster for
rework(1)
pass
- add visiting of
@media
nodes forurl()
- add
/g
flag tourl()
- add
.toString({ compress: true })
support
- update css dep
- add
url()
mapping plugin
- add
rework(1)
. Closes #4
- add vendor support to at2x [Simen Brekken]
- add component "path" dep
- add component support
- add .prefixSelectors(str) plugin