diff options
author | silverwind | 2019-02-11 07:13:30 +0100 |
---|---|---|
committer | techknowlogick | 2019-02-11 01:13:30 -0500 |
commit | 353282e65880147408382ac4a44473272af53101 (patch) | |
tree | 80870b4b158170fc57fc01c7c2725241e14405cf /.editorconfig | |
parent | d0cb5aa9f95888a97a6f4ac39769893da8a0cbaf (diff) |
Add autoprefixer to css build (#6029)
* Add autoprefixer to css build
* also use autoprefixer on theme files
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 5706dd003..1298c6500 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 |