Add autoprefixer to css build (#6029)

* Add autoprefixer to css build

* also use autoprefixer on theme files
This commit is contained in:
silverwind 2019-02-11 07:13:30 +01:00 committed by techknowlogick
parent d0cb5aa9f9
commit 353282e658
8 changed files with 841 additions and 596 deletions

View file

@ -1,5 +1,4 @@
# http://editorconfig.org
root = true
[*]
@ -19,7 +18,7 @@ indent_size = 4
indent_style = space
indent_size = 4
[*.{yml}]
[*.{yml,json}]
indent_style = space
indent_size = 2