Skip to content

Commit 001159d

Browse files
Lin84michael-ciniawsky
authored andcommittedAug 7, 2018
docs(readme): clarify useable usage (#314)
1 parent fc24512 commit 001159d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ import url from 'file.css'
8888
8989
### `Useable`
9090

91+
The `style-loader` injects the styles lazily making them useable on-demand via `style.use()` / `style.unuse()`
92+
9193
By convention the `Reference Counter API` should be bound to `.useable.css` and the `.css` should be loaded with basic `style-loader` usage.(similar to other file types, i.e. `.useable.less` and `.less`).
9294

9395
**webpack.config.js**

0 commit comments

Comments
 (0)
Please sign in to comment.