Skip to content

Commit

Permalink
postcss-sort-media-queries fixed! yunusga/postcss-sort-media-queries#31
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSmith95 committed Jan 4, 2021
1 parent d6cbe9c commit 7815bb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const processors = [
require( 'postcss-nested' ),
require( 'postcss-custom-properties' ),
require( 'postcss-custom-media' ),
// require( 'postcss-sort-media-queries' ),
require( 'postcss-sort-media-queries' ),
require( 'postcss-color-rgb' ),
require( 'postcss-100vh-fix' ),
require( 'autoprefixer' )
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"boomsvgloader": "0.0.2",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"flickity": "^2.2.1",
"flickity": "^2.2.2",
"gulp": "^4.0.2",
"gulp-cheerio": "^1.0.0",
"gulp-concat": "^2.6.1",
Expand All @@ -45,7 +45,7 @@
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.3",
"postcss-normalize": "^9.0.0",
"postcss-sort-media-queries": "^2.4.17"
"postcss-sort-media-queries": "^3.0.0"
},
"browserslist": [
"last 2 versions",
Expand Down

0 comments on commit 7815bb3

Please sign in to comment.