質問編集履歴
2
タイトルの編集
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
PostCSSの実
|
1
|
+
PostCSSのインストールができているけど実行できない
|
test
CHANGED
File without changes
|
1
補足説明を追加したい
test
CHANGED
File without changes
|
test
CHANGED
@@ -159,3 +159,15 @@
|
|
159
159
|
|
160
160
|
|
161
161
|
### 補足情報(FW/ツールのバージョンなど)
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
var postcss = require('gulp-postcss');のpostcssにカーソルを合わせると以下のようなメッセージが表示されます。
|
166
|
+
|
167
|
+
|
168
|
+
|
169
|
+
(alias) function postcss(plugins?: any[], options?: GulpPostCss.Options): NodeJS.ReadWriteStream (+1 overload)
|
170
|
+
|
171
|
+
(alias) namespace postcss
|
172
|
+
|
173
|
+
import postcss
|