Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Remove css-mqpacker since it's no longer maintained.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 15, 2019
1 parent 336c914 commit b07e3c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ module.exports = function(grunt) {
postcss: {
options: {
processors: [
require('css-mqpacker')(), // combine media queries
require('postcss-combine-duplicated-selectors')({ removeDuplicatedProperties: true }), // combine duplicate selectors
require('autoprefixer')() // add vendor prefixes
]
Expand Down
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"dependencies": {
"autoprefixer": "^9.5.0",
"css-mqpacker": "^7.0.0",
"grunt": "^1.0.3",
"grunt-accessibility": "^6.0.0",
"grunt-bootlint": "^0.12.1",
Expand Down

0 comments on commit b07e3c5

Please sign in to comment.