Skip to content

Commit f13e6ce

Browse files
committed
update description
1 parent 6dfe75c commit f13e6ce

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
1+
## PostCss Wrapper Loader
22
### Example
3+
This plugin wraps all the cssClasses in a css file with a prefix class while webpack bundled. It helps to scope a specific css file with a prefix class
34

4-
Let the style file `styles.css` is:
5+
Consider a simple css file `styles.css`:
56
```
67
.css-class1 {height: auto;}.css-class2 {width: auto;}
78
```

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "postcss-wrapper-loader",
33
"version": "0.0.1",
4-
"description": "This plugin wraps all the cssClass in a css file with a prefix class while webpack compilation. It helps to scope a specific css file with a prefix class",
4+
"private": false,
5+
"description": "This plugin wraps all the cssClasses in a css file with a prefix class while webpack bundled. It helps to scope a specific css file with a prefix class",
56
"main": "index.js",
67
"repository": {
78
"type": "git",

0 commit comments

Comments
 (0)