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

Release 2.5.1 #3336

Merged
merged 12 commits into from
Mar 3, 2020
Prev Previous commit
Next Next commit
Disable forceMediaMerge in CSSO.
  • Loading branch information
mejiaj committed Feb 24, 2020
commit cf84ec7b009b262d8b9f601ac6bb0c4ae6459008
2 changes: 1 addition & 1 deletion config/gulp/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 92,7 @@ gulp.task(
discardComments(),
autoprefixer(autoprefixerOptions)
];
const pluginsMinify = [csso({ forceMediaMerge: true })];
const pluginsMinify = [csso({ forceMediaMerge: false })];

return gulp
.src("src/stylesheets/uswds.scss")
Expand Down