Skip to content

Commit 7e2d1ef

Browse files
Guillaume ChauAkryum
authored andcommitted
docs: sass config
1 parent bb0b147 commit 7e2d1ef

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

packages/vue-sass/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,24 @@ You can import files with absolute or relative path:
3939
</style>
4040
```
4141
42+
## Config
43+
44+
In project `package.json`, you can add more folders for the sass file resolution:
45+
46+
```json
47+
{
48+
"vue": {
49+
"css": {
50+
"sass": {
51+
"includePaths": [
52+
"node_modules"
53+
],
54+
}
55+
}
56+
},
57+
}
58+
```
59+
4260
---
4361
4462
LICENCE ISC - Created by Guillaume CHAU (@Akryum)

0 commit comments

Comments
 (0)