You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, I use scss. Installation instruction says to include import "vue-select/dist/vue-select.css"; line inside <styles></styles> because VueSelect does not come up with styles automatically. In vue-select@3 I saw there is dist and src directory inside /node-modules/vue-select/ but vue-select@beta only contains dist directory with css file. How can I use this package along with scss in my project?
The text was updated successfully, but these errors were encountered:
In my project, I use
scss
. Installation instruction says to includeimport "vue-select/dist/vue-select.css";
line inside<styles></styles>
because VueSelect does not come up with styles automatically. In vue-select@3 I saw there is dist and src directory inside/node-modules/vue-select/
butvue-select@beta
only containsdist
directory withcss
file. How can I use this package along withscss
in my project?The text was updated successfully, but these errors were encountered: