bdkjones / CodeKit-1-Old

147 stars 1 forks source link

Add postprocesor like Autoprefixer #653

Closed soundake closed 10 years ago

soundake commented 10 years ago

https://github.com/ai/autoprefixer

I think that this is very usefull tool for forgetful users.

bdkjones commented 10 years ago

Not needed. Just use a mixin in Sass, Less or Stylus. Libraries like Bourbon, Compass and Bootstrap already have them available.

Sent from my iPhone

On Aug 7, 2013, at 7:24, soundake notifications@github.com wrote:

https://github.com/ai/autoprefixer

I think that this is very usefull tool for forgetful users.

— Reply to this email directly or view it on GitHub.

ai commented 10 years ago

@bdkjones Autoprefixer is better, that mixins libraries:

BTW, Paul Irish recommend Autoprefixer.

CSS Tricks publish today good article with explain why Autoprefixer better and how it works: http://css-tricks.com/autoprefixer/

jozzs commented 10 years ago

It would be really useful. Most of times you don't remember if you need to use a mixing or not. And if you do, you have to remember how the mixin was.

Grawl commented 10 years ago

Agree. Want to see Autoprefixer in CodeKit. Also, Prepros already have it.

piersolenski commented 10 years ago

+1, not having to refer to additional syntaxes would speed up workflow considerably! Plus only up to date prefixes means less css bloat. Would love to see this in the next Codekit

ScottSmith95 commented 10 years ago

Yes, Autoprefixer is a more elegant way of adding prefixes to you code than just using Sass mixins. I'd love to see support in CodeKit.

xxsnakerxx commented 10 years ago

+1. Want to see Autoprefixer in CodeKit.

bdkjones commented 10 years ago

Alright, you guys have convinced me. I'll add it.

ScottSmith95 commented 10 years ago

Thank you for listening and being open to new ideas!

On Aug 8, 2013, at 12:40 PM, bdkjones notifications@github.com wrote:

Alright, you guys have convinced me. I'll add it.

— Reply to this email directly or view it on GitHub.

piersolenski commented 10 years ago

Yay!

xxsnakerxx commented 10 years ago

yeah!

jozzs commented 10 years ago

Thanks! You rock!

El 08/08/2013, a las 19:40, bdkjones notifications@github.com escribió:

Alright, you guys have convinced me. I'll add it.

— Reply to this email directly or view it on GitHub.

jrdn91 commented 10 years ago

Out of curiosity is there anywhere we can see updates on what's being worked on and what will likely be the next things to be added into the project? A blog, or do you post that sort of thing on Twitter maybe?

bdkjones commented 10 years ago

Once I release 2.0, I'll publish a bit of a roadmap for where I'm going. Until then, I see no reason to give the bevy of knock-off apps any more ideas. They've already successfully copied everything I do.

Bjorn-Eric-Abr commented 10 years ago

+1 It will be awesome.

NazarkinRoman commented 10 years ago

What about Autoprefixer in Compass projects?

Grawl commented 10 years ago

Autoprefixer is a postprocessor, it works with compiled CSS, not with SASS.

NazarkinRoman commented 10 years ago

I know, but why Autoprefixer isn't available for Compass? For pure SASS, Less and Stylus it is available.