回答編集履歴

3

https://github.com/postcss/postcss-loader/blob/master/README.md

2018/04/17 05:27

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -10,4 +10,12 @@
10
10
 
11
11
 
12
12
 
13
+ webpackを利用しているのであればloaderも用意されています。
14
+
15
+
16
+
17
+ [https://github.com/postcss/postcss-loader/blob/master/README.md](https://github.com/postcss/postcss-loader/blob/master/README.md)
18
+
19
+
20
+
13
21
  ちなみに質問者さんがやりたいことは、リンク先の記事にも書いてありますが、以前はCustom Sets of Propertiesなるものが提案されてはいたが仕様落ちになったようです。

2

https://github.com/postcss/autoprefixer/blob/master/README.md

2018/04/17 05:27

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -6,4 +6,8 @@
6
6
 
7
7
 
8
8
 
9
+ [https://github.com/postcss/autoprefixer/blob/master/README.md](https://github.com/postcss/autoprefixer/blob/master/README.md)
10
+
11
+
12
+
9
13
  ちなみに質問者さんがやりたいことは、リンク先の記事にも書いてありますが、以前はCustom Sets of Propertiesなるものが提案されてはいたが仕様落ちになったようです。

1

Custom Sets of Properties

2018/04/17 05:24

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -3,3 +3,7 @@
3
3
 
4
4
 
5
5
  ベンダープリフィクスをつけることが目的であれば、postcssのAutoprefixerで対応できると思います。
6
+
7
+
8
+
9
+ ちなみに質問者さんがやりたいことは、リンク先の記事にも書いてありますが、以前はCustom Sets of Propertiesなるものが提案されてはいたが仕様落ちになったようです。