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
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
-
# css loader for webpack
1
+
# vision-css-loader
2
+
3
+
> This is a fork of [css-loader](https://github.com/webpack/css-loader) with some modifications for handling Vision Components.
4
+
5
+
## Modifications
6
+
7
+
- Changed `getLocalIdent` function directly to make `.root` class converted to a simple name;(This function cannot be transfered by inline query of webpack loader)
0 commit comments