Skip to content

Commit

Permalink
add autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Dec 10, 2015
1 parent 028f4b1 commit bd05d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tupfile
@@ -1,7 +1,7 @@
.gitignore

!coffee = |> ^ coffee %o^ cat %f | coffee -c -s > %o |>
!scss = |> ^ scss %o^ sassc -I scss/ < %f > %o |>
!scss = |> ^ scss %o^ sassc -I scss/ < %f | postcss --use autoprefixer > %o |>
!join = |> ^ join %o^ cat %f > %o |>

: foreach *.scss |> !scss |> %B.css
Expand Down

0 comments on commit bd05d5f

Please sign in to comment.