Whenever I attempt to import a CSS file using this method, the styling is not properly scoped.
Is it necessary to write the styles within a style tag for them to work correctly?
I have been experimenting with this in Vue-cli.
<style scoped>
@import "hell.css";
</style>