@@ -75,7 +75,7 @@ Note that `sass-loader` processes the non-indent-based `scss` syntax by default.
...
@@ -75,7 +75,7 @@ Note that `sass-loader` processes the non-indent-based `scss` syntax by default.
### Sharing Global Variables
### Sharing Global Variables
`sass-loader` also supports a `data` option which allows you to share common variables among all processed files without having to explicit import them:
`sass-loader` also supports a `prependData` option which allows you to share common variables among all processed files without having to explicit import them:
`sass-loader` также поддерживает опцию `data`, которая позволяет вам передавать общие переменные во все обрабатываемые файлы без необходимости везде их явно импортировать:
`sass-loader` также поддерживает опцию `prependData`, которая позволяет вам передавать общие переменные во все обрабатываемые файлы без необходимости везде их явно импортировать: