aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-24 21:32:52 -0700
committerChris Rebert <[email protected]>2015-12-24 21:32:54 -0700
commitb0ab6bbf05161ef0d2e0f034a9ca9f7167e895dc (patch)
treed6f61d987bd67460f4c4c5f2ef9f1c6b7f10d667 /Gruntfile.js
parentc9d86ff3a3d8d9889cae2216f61e519054c8e3ee (diff)
downloadbootstrap-b0ab6bbf05161ef0d2e0f034a9ca9f7167e895dc.tar.xz
bootstrap-b0ab6bbf05161ef0d2e0f034a9ca9f7167e895dc.zip
Un-nest Autoprefixer settings in module object
[skip sauce] [skip validator]
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 53e420974..eaf137b76 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -22,7 +22,7 @@ module.exports = function (grunt) {
var npmShrinkwrap = require('npm-shrinkwrap');
var mq4HoverShim = require('mq4-hover-shim');
var autoprefixerSettings = require('./grunt/autoprefixer-settings.js');
- var autoprefixer = require('autoprefixer')(autoprefixerSettings.settings);
+ var autoprefixer = require('autoprefixer')(autoprefixerSettings);
var generateCommonJSModule = require('./grunt/bs-commonjs-generator.js');
var configBridge = grunt.file.readJSON('./grunt/configBridge.json', { encoding: 'utf8' });