Skip to content

Commit 77f1485

Browse files
committed
Update Readme
1 parent e27aac8 commit 77f1485

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Add support for css module laravel mix.
1212
npm i laravel-mix-vue-css-modules
1313
```
1414

15-
## Update v1 to v2
16-
17-
```
18-
npm install laravel-mix-vue-css-modules@latest
19-
```
15+
### Support Matrix
16+
|Laravel Mix Vue CSS Modules|Pre-Processor|Install command|
17+
|---|---|---|
18+
|v2|SCSS|`npm install laravel-mix-vue-css-modules@2`|
19+
|[v3](https://github.com/Aslam97/laravel-mix-vue-css-modules/tree/v3)|SCSS, LESS, STYLUS|`npm install laravel-mix-vue-css-modules@3`|
2020

2121
## Usage
2222

@@ -72,8 +72,8 @@ mix.vueCssModules({ preProcessor: false });
7272

7373
Default:
7474

75-
- `'[path][name]__[local]` for development
76-
- `'[hash:base64]'` for production
75+
- `[path][name]__[local]` for development
76+
- `[hash:base64]` for production
7777

7878
```js
7979
mix.vueCssModules({

0 commit comments

Comments
 (0)