We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb069fc commit 74d6b5dCopy full SHA for 74d6b5d
README.md
@@ -34,8 +34,8 @@ You'll need import two SCSS files first.
34
35
```scss
36
// assets/main.scss
37
-@import "snackbar/scss/index"; // used to show the result of copying code.
38
-@import "code-block-panel/scss/index";
+@import "mods/snackbar/scss/index"; // used to show the result of copying code.
+@import "mods/code-block-panel/scss/index";
39
```
40
41
> The import paths is relative to the `assets` folder.
0 commit comments