livereload / LiveReload

LiveReload.app for Mac and Windows. See “develop” branch for the latest Windows release and LiveReload 3 progress. (NOTE: renamed from LiveReload2.)
http://livereload.com/
Other
1.43k stars 166 forks source link

Feature request: Autoprefixer #76

Open Grawl opened 11 years ago

Grawl commented 11 years ago

Autoprefixer parses CSS and adds vendor prefixes to CSS rules using values from the Can I Use. It's simple and tiny binary. It already integrated into Prepros and gets green light from @bdkjones to add it into CodeKit.

ai commented 11 years ago

Good article on CSS Tricks explains why Autoprefixer is better, that other tools and how it works: http://css-tricks.com/autoprefixer/

andreyvit commented 11 years ago

Thanks guys. No convincing required here; I'm working on a UI change that's will enable features like this, and autoprefixer is already in the latest mockup. See LiveReload's Google+ page and the following screenshot:

Note that it will take a bit of time to make all of this stuff actually work, currently it's just a UI prototype.

Grawl commented 11 years ago

Looks awesome. Don't forget about Source Maps checkbox in Sass 3.3.

drgullin commented 10 years ago

Is there any workaround for the current issue?