Updated README
This commit is contained in:
parent
e1a66a4bb2
commit
03c74b93b5
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -49,6 +49,16 @@ They are nearly identical, save for `--watch` and `--update`. Please refer to th
|
|||
|
||||
|
||||
|
||||
### Note
|
||||
|
||||
To use with Webpack, you have to make use of the tilde character when referencing a file inside your `node_modules` folder. Like so:
|
||||
|
||||
```scss
|
||||
@import "~@lbry/components/sass/";
|
||||
```
|
||||
|
||||
|
||||
|
||||
### License
|
||||
|
||||
[BSD 3-Clause](LICENSE) Copyright © LBRY Inc.
|
||||
|
|
Loading…
Reference in a new issue