v2.0.0 #20
andrejsharapov
started this conversation in
General
v2.0.0
#20
Replies: 1 comment
-
If you are using Vuetify elevationsIf you are already using vuetify
Vue.use(vueBoxShadows, {
useClass: true,
});
.v-application .vue-box-shadow {
box-shadow: var(--box-shadow) !important;
} This will override the vuetify elevations and won't require you to waste time finding them and removing them from the project. All shadows from vue-box-shadow override the styles set by vuetify. vue-box-shadows vs vuetify elevations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's new
Added a new option to use shadows.
What's changed
The release adds the ability to use not only shadow identifiers, but also their names. This should make it easier for users to work with the collection.
Added
This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions