Skip to content

Commit

Permalink
Merge pull request #1 from flickerbox/km-add-grid-autoprefixer
Browse files Browse the repository at this point in the history
Add Grid to the postcss config for autoprefixer
  • Loading branch information
nomad-mystic authored Oct 28, 2019
2 parents 13d4445 + d2d7e05 commit df1fe13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.idea
.idea
.DS_Store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flickerbox/build",
"version": "1.0.5",
"version": "1.0.6",
"description": "Better builds, building better websites",
"main": "index.js",
"bin": {
Expand Down
3 changes: 2 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ module.exports = ( { options } ) => ({
* https://github.com/browserslist/browserslist#best-practices
*/
autoprefixer: {
"browsers": ["> 15%", "ie 8-11"]
"browsers": ["> 15%", "ie 8-11"],
"grid": true,
},
/**
* http://cssnano.co/guides/optimisations/
Expand Down
Binary file removed scripts/.DS_Store
Binary file not shown.

0 comments on commit df1fe13

Please sign in to comment.