about summary refs log tree commit diff
path: root/.postcssrc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.postcssrc.yml')
-rw-r--r--.postcssrc.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.postcssrc.yml b/.postcssrc.yml
index bc4f02ab3..220fe0bb9 100644
--- a/.postcssrc.yml
+++ b/.postcssrc.yml
@@ -1,4 +1,8 @@
 plugins:
   postcss-smart-import: {}
   precss: {}
-  autoprefixer: {}
+  autoprefixer:
+    browsers:
+      - last 2 versions
+      - IE >= 11
+      - iOS >= 9