2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-29 05:14:04 +03:00

feat: deprecate sass, convert to css (#1531)

This commit is contained in:
Jeff Sagal
2022-02-17 12:21:27 -08:00
committed by GitHub
parent 361523056f
commit 1ecf71aa4b
26 changed files with 2142 additions and 2893 deletions
+9
View File
@@ -0,0 +1,9 @@
.v-select {
position: relative;
font-family: inherit;
}
.v-select,
.v-select * {
box-sizing: border-box;
}