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 587a3e0 commit cbdb368
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,15 @@ module.exports = function( grunt ){
options: {
map: true,
processors: [
require('autoprefixer')(),
require('cssnano')()
require('cssnano')()
require( 'autoprefixer' )({
overrideBrowserslist: [
'> 0.1%',
'ie 8',
'ie 9'
]
})

]
},
dist: {
Expand Down

0 comments on commit cbdb368

Please sign in to comment.