You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ in your HTML template:
33
33
34
34
### Advanced Implementation in Product with Sass
35
35
36
-
❗ **Important:** Make sure you have
37
-
[configured Sass load path][configuring-load-path] for `@tokens` and
36
+
❗ **Important:** Make sure you have`sass` dependency installed in your project (`sass` is marked as optional peer dependency since you can use the pre-built distribution CSS).
37
+
And also [configure Sass load path][configuring-load-path] for `@tokens` and
38
38
`node_modules` so all dependencies are resolved correctly by Sass.
39
39
40
40
Having the Sass load path configured, import just the components you need in
0 commit comments