logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: aeb90b7c4a28308bc7d0c2678b2189bba14f37a6
parent: fb87e847bcbbf5899a2d06ea59d73e79191175de
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sun, 14 May 2017 19:57:54 +0900

Add browserslist config for autoprefixer (#3053)

We will reduce the weight of the style sheet by specifying the target web browser of autoprefixer.

Diffstat:

M.postcssrc.yml6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 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