Closed gajus closed 10 years ago
@gajus just had a quick look at prefixfree, it seems like it works at the client side by either modifying the DOM or CSSOM. Which is probably why it interferes with takana. Have you thought of using a compile time library for sass such as bourbon instead?
What about Autoprefixer?
@gajus the -prefix-free
rewrites all styles on client so source maps will won't work too. better use Autoprefixer, it uses PostCSS and works with CSS file instead of CSSOM in browser.
Plugin does not work with http://leaverou.github.io/prefixfree/. prefixfree seem to overwrite whatever changes Takana attempt to apply.