Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to turn off Autoprefixer or Enable controlling only IE hacks #167

Open
silvenon opened this issue Apr 7, 2015 · 3 comments
Open

Comments

@silvenon
Copy link
Contributor

silvenon commented Apr 7, 2015

I always end up with my CSS already prefixed before running buildProduction, because I prefix them in development (I'm sure most people do). Because of that sometimes my prefixes get messed up because I didn't keep the options in sync. It would be awesome if there was a way to turn off Autoprefixer and only control IE hacks.

@Munter
Copy link
Member

Munter commented Apr 7, 2015

In programmatic usage setting the option to false disables it. I don't know if this is possible on the way through optimist in the cli wrapper

@papandreou
Copy link
Member

There's no --autoprefixer or --no-autoprefixer switch, but I think we should add one. Please take a look at #160 before starting any work on it, though.

@papandreou
Copy link
Member

Now that #160 was merged, this is easy and uncontroversial to add. Anyone up for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants