SevenOutman / vue-aplayer

:cake: Easy-to-use music player for Vue 2.x
https://vue-aplayer.js.org
MIT License
1.32k stars 200 forks source link

extracting component styles to separate file #189

Open j-braun0384 opened 4 years ago

j-braun0384 commented 4 years ago

hey, love the player - its integral in my app. However, the styling for the components are all compiled into the vue-aplayer.min.js and thus when built, I get a ghastly amount of injected <style></style> tags into my html head:

Screen Shot 2019-11-28 at 1 10 21 PM

Is there any way to import these styles separate of the build? that would allow for extraction to a separate css file.