From 587a3e039f83359ec22f5069e4bab9462d649b5e Mon Sep 17 00:00:00 2001 From: Raju Ghimire <159091428+Raju00533@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:22:54 +0545 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8a67b4869..201195089 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {