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

Switch to grunt-postcss #128

Merged
merged 5 commits into from
Jun 24, 2015
Merged

Switch to grunt-postcss #128

merged 5 commits into from
Jun 24, 2015

Conversation

mdo
Copy link
Contributor

@mdo mdo commented Jun 12, 2015

As mentioned by @aaronshekey in #127, we were using the deprecated grunt-autoprefixer which has been replaced by grunt-postcss. This switches us over to that.

@mdo mdo added the css label Jun 12, 2015
@mdo mdo added this to the v2.3.0 milestone Jun 12, 2015
options: {
browsers: ['last 2 versions', 'ie 8', 'ie 9']
processors: [
require('autoprefixer-core')({ browsers: 'last 2 versions' }),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could make it this, and still have ie8 and ie9 in there

require('autoprefixer-core')({ browsers: ['last 2 versions', 'ie 8', 'ie 9'] }),`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh snap! Thanks for that.

mdo added a commit that referenced this pull request Jun 24, 2015
@mdo mdo merged commit 7ae7472 into master Jun 24, 2015
@mdo mdo deleted the postcss branch June 24, 2015 18:57
timv88 pushed a commit to timv88/primer that referenced this pull request Aug 12, 2015
Exclude a bunch of build-related files from our Bower package
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

Successfully merging this pull request may close these issues.

2 participants