Skip to content

Commit 309bd3e

Browse files
committed
Add NPM badge
1 parent 66528e5 commit 309bd3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# css-to-string-loader for webpack
22

3+
[![NPM](https://nodei.co/npm/css-to-string-loader.png)](https://npmjs.org/package/css-to-string-loader)
4+
35
A simple webpack loader to convert the output of the [css-loader](https://github.com/webpack/css-loader) back to a string.
46

57
This is quite useful for situations where you want webpack to process all of your `@import` and `url()` statements in your stylesheets but still receive the styles in string format for further use in your code base.

0 commit comments

Comments
 (0)