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:
+1
-4
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user