about summary refs log tree commit diff
path: root/.postcssrc.yml
diff options
context:
space:
mode:
authorunarist <m.unarist@gmail.com>2017-07-14 08:59:34 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-14 01:59:34 +0200
commiteeb5923e89c1b9040df37db8709e3450713c6019 (patch)
treeb86c9043f240d00cfd4a17cb4df1adff9c5c03ef /.postcssrc.yml
parenta9067167bb368b1692bdd1ceea216b9215275ee2 (diff)
Add object-fit polyfill for Edge (#4182)
Diffstat (limited to '.postcssrc.yml')
-rw-r--r--.postcssrc.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.postcssrc.yml b/.postcssrc.yml
index 220fe0bb9..efffb39ba 100644
--- a/.postcssrc.yml
+++ b/.postcssrc.yml
@@ -6,3 +6,4 @@ plugins:
       - last 2 versions
       - IE >= 11
       - iOS >= 9
+  postcss-object-fit-images: {}