Skip to content

Commit 003f372

Browse files
MrJmpl3kevinmarrec
authored andcommitted
chore: fix example (#230)
I thought it was a core error, but testing and testing I see the problem is not in the core. The problem is the example, I thought create a warning (#228), but i see the code of vue-cli-plugin and this plugins append the styles.sass in the bottom of all prependData. https://github.com/vuetifyjs/vue-cli-plugin-vuetify/blob/master/packages/vue-cli-plugin-vuetify/util/helpers.js#L47
1 parent 119b65b commit 003f372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ Usage example :
7575
$btn-border-radius: 0px;
7676

7777
// If you need to extend Vuetify SASS lists
78+
$material-light: ( cards: blue );
79+
7880
@import '~vuetify/src/styles/styles.sass';
79-
$material-light: map-merge($material-light, ( cards: blue ));
8081
```
8182

8283
```js

0 commit comments

Comments
 (0)