Skip to content

Commit

Permalink
Remove prefixing, closes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Atherton committed Apr 1, 2015
1 parent 6e7765a commit ae17530
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 1,039 deletions.
6 changes: 3 additions & 3 deletions Gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ gutil = require 'gulp-util'
gulp.task 'scss:compile', ->
gulp.src './src/loaders.scss'
.pipe sass()
.pipe autoprefixer "last 2 versions", "> 1%", "ie 8", {
map: false
}
# .pipe autoprefixer "last 2 versions", "> 1%", "ie 8", {
# map: false
# }
.pipe gulp.dest('./')
.pipe cssmin()
.pipe rename suffix: '.min'
Expand Down
Loading

0 comments on commit ae17530

Please sign in to comment.