From cbdb368d6aca1a285c38149c374918b0561932c3 Mon Sep 17 00:00:00 2001 From: Raju Ghimire <159091428+Raju00533@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:35:40 +0545 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 201195089..c3f35e227 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {