mechio / takana

Takana lets you see your SCSS and CSS style changes live, in the browser, as you type them
http://takana.io
MIT License
1.11k stars 61 forks source link

Does not work with prefixfree #18

Closed gajus closed 10 years ago

gajus commented 10 years ago

Plugin does not work with http://leaverou.github.io/prefixfree/. prefixfree seem to overwrite whatever changes Takana attempt to apply.

barnaby commented 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?

Grawl commented 10 years ago

What about Autoprefixer?

Grawl commented 10 years ago

@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.