Answer the question
In order to leave comments, you need to log in
@import url vs '@/assets.css'?
Is there a difference between the entries for webpack css loader ?
If yes, which one and why?
<style lang="scss" module type="text/scss">
@import url('local.scss');
@import 'local.scss';
</style>
Answer the question
In order to leave comments, you need to log in
Obviously, you just need to look at the result. The first is the usual css file import that will be loaded after loading. The second is a normal include in scss
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question