Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
creeperyang committed Apr 9, 2016
1 parent 9dab22c commit f7285e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
> CSS content loader for webpack
[![Build Status](https://travis-ci.org/creeperyang/css-content-loader.svg?branch=master)](https://travis-ci.org/creeperyang/css-content-loader)
[![Coverage Status](https://coveralls.io/repos/github/creeperyang/css-content-loader/badge.svg?branch=master)](https://coveralls.io/github/creeperyang/css-content-loader?branch=master)
[![Dependency Status](https://david-dm.org/creeperyang/css-content-loader.svg)](https://david-dm.org/creeperyang/css-content-loader)
[![devDependency Status](https://david-dm.org/creeperyang/css-content-loader/dev-status.svg)](https://david-dm.org/creeperyang/css-content-loader#info=devDependencies)

*Why this loader?* We use `style-loader` as the last loader for style files and it will insert a `<style>` or `<link>` tag into the html doc. In most cases, it's enough and works perfectly.

However, what if we just want to **get the style content as string** directly! Like I just want `require` the style content in code and process the string. This loader is for this corner case.

## Install

[![NPM](https://nodei.co/npm/css-content-loader.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/css-content-loader/)

## Usage

[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
Expand Down

0 comments on commit f7285e5

Please sign in to comment.