File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ Add support for css module laravel mix.
12
12
npm i laravel-mix-vue-css-modules
13
13
```
14
14
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 ` |
20
20
21
21
## Usage
22
22
@@ -72,8 +72,8 @@ mix.vueCssModules({ preProcessor: false });
72
72
73
73
Default:
74
74
75
- - ` ' [path][name]__[local]` for development
76
- - ` ' [hash:base64]' ` for production
75
+ - ` [path][name]__[local] ` for development
76
+ - ` [hash:base64] ` for production
77
77
78
78
``` js
79
79
mix .vueCssModules ({
You can’t perform that action at this time.
0 commit comments