2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Move the whole autoprefixer config to configBridge.json.

Reduces duplication.
This commit is contained in:
XhmikosR
2018-10-07 09:25:39 +03:00
parent 9332f3c7ac
commit 0f1c6b005f
3 changed files with 15 additions and 15 deletions
+1 -4
View File
@@ -193,10 +193,7 @@ module.exports = function (grunt) {
sourcesContent: true
},
processors: [
require('autoprefixer')({
browsers: configBridge.config.autoprefixerBrowsers,
cascade: false
})
require('autoprefixer')(configBridge.config.autoprefixer)
]
},
core: {