You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
## PostCss Wrapper Loader
1
+
## PostCss Wrapper Loader for Webpack
2
+
2
3
### Example
3
4
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
4
5
@@ -18,7 +19,7 @@ In the webpack config file initialize the loader
Copy file name to clipboardExpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "postcss-wrapper-loader",
3
-
"version": "0.0.1",
3
+
"version": "0.0.2",
4
4
"private": false,
5
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",
0 commit comments