diff options
| author | Chris Rebert <[email protected]> | 2015-12-24 21:32:52 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-24 21:32:54 -0700 |
| commit | b0ab6bbf05161ef0d2e0f034a9ca9f7167e895dc (patch) | |
| tree | d6f61d987bd67460f4c4c5f2ef9f1c6b7f10d667 /Gruntfile.js | |
| parent | c9d86ff3a3d8d9889cae2216f61e519054c8e3ee (diff) | |
| download | bootstrap-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.js | 2 |
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' }); |
