2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +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 -1
View File
@@ -245,7 +245,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
var bsLessSource = preamble + generateLESS('bootstrap.less', lessFileIncludes, vars)
var themeLessSource = preamble + generateLESS('theme.less', lessFileIncludes, vars)
var prefixer = autoprefixer({ browsers: __configBridge.autoprefixerBrowsers })
var prefixer = autoprefixer(__configBridge.autoprefixer)
$.when(
compileLESS(bsLessSource, 'bootstrap', result),