Skip to content

Commit c2c025f

Browse files
committed
[fixed] package info
1 parent 071dba1 commit c2c025f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
8+
9+
## Origins
210

311
## installation
412

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "css-loader",
3-
"version": "0.26.1",
2+
"name": "vision-css-loader",
3+
"version": "0.1.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "css loader module for webpack",
66
"engines": {
@@ -36,7 +36,7 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git@github.com:webpack/css-loader.git"
39+
"url": "git@github.com:vision-app/vision-css-loader.git"
4040
},
4141
"license": "MIT"
4242
}

0 commit comments

Comments
 (0)