Skip to content

Commit

Permalink
feat(grunt): more aggressive autoprefixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Feb 22, 2017
1 parent 05f6c7c commit ba74276
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,19 @@ module.exports = (grunt) ->
files: "<%= less.serve.files %>"

postcss:
options:
processors: [
require("autoprefixer")(browsers: "last 1 versions")
]

serve:
src: "<%= amsf.theme.assets %>/css/*.css"
options:
map:
inline: true
processors: [
require("autoprefixer")(browsers: "last 1 versions")
]

dist:
src: "<%= postcss.serve.src %>"
options:
processors: [
require("autoprefixer")(browsers: "last 2 versions")
]

csscomb:
options:
Expand Down

0 comments on commit ba74276

Please sign in to comment.