sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.63k stars 1.34k forks source link

Don't have scss directory when installed vue-select@beta version for vue3 #1801

Open daniilgri opened 11 months ago

daniilgri commented 11 months ago

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?