Skip to content

Commit f185000

Browse files
committed
🎉 Initial commit
1 parent 4d9da58 commit f185000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel Mix Vue Css Modules
22

3-
Add supprt for css module.
3+
Add support for css module laravel mix.
44

55
## Installation
66

@@ -45,7 +45,7 @@ You can then use it in your templates with a dynamic class binding:
4545
## Parameters
4646

4747
```js
48-
// localIdentName: '[local]_[hash:base64:8]'
48+
// localIdentName: '[local]_[hash:base64:8]' // default
4949
// mode
5050
mix.vueCssModules({
5151
localIdentName: "[name]__[local]___[hash:base64:5]",

0 commit comments

Comments
 (0)