vue-select
                                
                                 vue-select copied to clipboard
                                
                                    vue-select copied to clipboard
                            
                            
                            
                        v4.0.0-beta.3 CSS Error when building with Vite.js
Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information.
- Vue Version: 3.2
- Vue Select Version: 4.0.0-beta.3
Describe the bug While trying to build with vite.js, I encounter the following error:
[vite:css] Cannot read property 'length' of undefined
file: /data/www/savannabits/acacia-kitch/acacia/node_modules/vue-select/src/components/Select.vue?vue&type=style&index=0&lang.css
error during build:
TypeError: Cannot read property 'length' of undefined
Reproduction Link N/A Steps To Reproduce
- Create a vite.js project with vue 3
- Install vue-select
- Run vite build
Expected behavior Successful compilation
Screenshots

When I downgrade to beta.2 the issue does not appear.
@coolsam726 thanks for reporting, I'll take a look asap!