Use SASS module system
Get rid of all the SASS warnings/errors when building.
This commit is contained in:
parent
b2f4f1d492
commit
b1d47748c8
120 changed files with 189 additions and 157 deletions
7
src/assets/css/vendors/_v-emoji-picker.scss
vendored
7
src/assets/css/vendors/_v-emoji-picker.scss
vendored
|
|
@ -1,3 +1,6 @@
|
|||
@use "vuetify/settings" as *;
|
||||
@use "sass:map";
|
||||
|
||||
.v3-emoji-picker {
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
|
|
@ -7,11 +10,11 @@
|
|||
flex: 1 1 100%;
|
||||
|
||||
.v3-emojis button {
|
||||
@media #{map-get($display-breakpoints, 'sm')} {
|
||||
@media #{map.get($display-breakpoints, 'sm')} {
|
||||
flex-basis: 10% !important;
|
||||
max-width: 10% !important;
|
||||
}
|
||||
@media #{map-get($display-breakpoints, 'md-and-up')} {
|
||||
@media #{map.get($display-breakpoints, 'md-and-up')} {
|
||||
flex-basis: 6.25% !important;
|
||||
max-width: 6.25% !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue