Skip to content

Commit

Permalink
Update Gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Raju00533 committed Sep 25, 2024
1 parent 84906d7 commit 587a3e0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,10 @@ module.exports = function( grunt ){
// Autoprefixer.
postcss: {
options: {
map: true,
processors: [
require( 'autoprefixer' )({
overrideBrowserslist: [
'> 0.1%',
'ie 8',
'ie 9'
]
})
require('autoprefixer')(),
require('cssnano')()
]
},
dist: {
Expand Down

0 comments on commit 587a3e0

Please sign in to comment.