Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
[![discussion][discussion]][discussion-url]
[![size][size]][size-url]

# style-loader
# style-loader
`style-loader` injects CSS into the DOM at runtime by adding `<style>` tags.
It is commonly used in development for fast rebuilds and hot reloading.
For production builds, extracting CSS into separate files is usually preferred.


Inject CSS into the DOM.

Expand Down