From: Yamagishi Kazutoshi Date: Sun, 14 May 2017 10:57:54 +0000 (+0900) Subject: Add browserslist config for autoprefixer (#3053) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=aeb90b7c4a28308bc7d0c2678b2189bba14f37a6;p=mastodon.git Add browserslist config for autoprefixer (#3053) We will reduce the weight of the style sheet by specifying the target web browser of autoprefixer. --- 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