File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ CSS モジュールの動作を設定します。オプションは [postcss-mod
227
227
CSS プリプロセッサーに渡すオプションを指定します。オプションのキーとしてファイルの拡張子を使用します。各プリプロセッサーでサポートされているオプションは、それぞれのドキュメントで確認できます:
228
228
229
229
- ` sass ` /` scss ` :
230
- - 使用する sass の API を ` api: "modern-compiler" | "modern" ` で選択します( ` sass-embedded ` がインストールされている場合はデフォルトで ` "modern-compiler" ` 、そうでない場合は ` "modern" ` ) 。最高のパフォーマンスを得るには、` sass-embedded ` パッケージで ` api: "modern-compiler" ` を使用することをお勧めします 。
230
+ - ` sass-embedded ` がインストールされている場合はそれを使用し 、そうでない場合は ` sass ` を使用します 。最高のパフォーマンスを得るには、` sass-embedded ` パッケージをインストールすることをお勧めします 。
231
231
- [ オプション] ( https://sass-lang.com/documentation/js-api/interfaces/stringoptions/ )
232
232
- ` less ` : [ オプション] ( https://lesscss.org/usage/#less-options ) 。
233
233
- ` styl ` /` stylus ` : オブジェクトとして渡せる [ ` define ` ] ( https://stylus-lang.com/docs/js.html#define-name-node ) のみサポートされています。
@@ -247,7 +247,6 @@ export default defineConfig({
247
247
},
248
248
},
249
249
scss: {
250
- api: ' modern-compiler' , // または "modern"
251
250
importers: [
252
251
// ...
253
252
],
You can’t perform that action at this time.
0 commit comments