0👍
There should not be any issues with usage of multiple @import rules. Since, its not working for you for some reason, you can try putting all the @imports into one main.css followed by other style rules. Scripts, stylesheets and other external resources require a server communication and affect page performance, so its always better to keep the number of external files as less as possible.
- [Vuejs]-PhpStorm – 'Expression expected' and 'Switch language to React' when passing PHP to Vue-component
- [Vuejs]-Uncaught Error: Cannot find module 'web/static/js/app' from '/'
Source:stackexchange.com