From 001159d3e2be97dbd12019c699fd3e0e038f8cfd Mon Sep 17 00:00:00 2001 From: Linh Date: Tue, 7 Aug 2018 13:10:32 +0200 Subject: [PATCH] docs(readme): clarify `useable` usage (#314) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 61496412..b4725176 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ import url from 'file.css' ### `Useable` +The `style-loader` injects the styles lazily making them useable on-demand via `style.use()` / `style.unuse()` + 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`). **webpack.config.js**