Open cfv1984 opened 7 years ago
HI, @cfv1984 You can use workaround rel="stylesheet/scss" in your .vue components . Example
<style lang="scss" rel="stylesheet/scss">
@import 'reset';
body {
font: 100% Helvetica, sans-serif;
background-color: #efefef;
}
</style>
@romangit This workaround should be added to the documentation or the Readme because it a real saver
Edit: Added Pull request with the updated info
The stylesheets seem confused about by using mixins, imports, and I get all kinds of wrong hints like "} expected" when using @imports.
Can anyone please point me in the right direction of how to help fixing this?