mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
updated style-resources-loader to version 1.2.1, added "css" as supported filetype in docs (#3738)
This commit is contained in:
parent
6bfa68d6fd
commit
5b98c1ccee
@ -4,7 +4,7 @@ This is useful when you need to inject some variables and mixins in your pages w
|
|||||||
|
|
||||||
Nuxt.js uses https://github.com/yenshih/style-resources-loader to achieve this behaviour.
|
Nuxt.js uses https://github.com/yenshih/style-resources-loader to achieve this behaviour.
|
||||||
|
|
||||||
You need to specify the patterns/path you want to include for the given pre-processors: `less`, `sass`, `scss` or `stylus`
|
You need to specify the patterns/path you want to include for the given pre-processors: `css`, `less`, `sass`, `scss` or `stylus`
|
||||||
|
|
||||||
:warning: You cannot use path aliases here (`~` and `@`), you need to use relative or absolute paths.
|
:warning: You cannot use path aliases here (`~` and `@`), you need to use relative or absolute paths.
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@
|
|||||||
"serve-static": "^1.13.2",
|
"serve-static": "^1.13.2",
|
||||||
"server-destroy": "^1.0.1",
|
"server-destroy": "^1.0.1",
|
||||||
"std-env": "^1.3.1",
|
"std-env": "^1.3.1",
|
||||||
"style-resources-loader": "^1.1.0",
|
"style-resources-loader": "^1.2.1",
|
||||||
"thread-loader": "^1.2.0",
|
"thread-loader": "^1.2.0",
|
||||||
"time-fix-plugin": "^2.0.3",
|
"time-fix-plugin": "^2.0.3",
|
||||||
"uglifyjs-webpack-plugin": "^1.2.7",
|
"uglifyjs-webpack-plugin": "^1.2.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user