From 03c74b93b5c9a0eee75283cd86bc8481e75f580c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Mon, 11 Feb 2019 11:19:32 -0600 Subject: [PATCH] Updated README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 841a722..c7361cc 100644 --- a/README.md +++ b/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.