You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On h1 element should be applied the css of the heading-style mixin.
What is actually happening?
I am getting a syntax error:
./src/App.vue?vue&type=style&index=0&lang=scss& (./node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--8-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=style&index=0&lang=scss&)
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Invalid CSS after " @include main": expected "}", was ".heading-style;"
on line 17 of C:\Users\rolan\Desktop Non OneDrive\Coding\Projects\scss-syntax-issue\src\App.vue
>> @include main.heading-style;
-----------^
The text was updated successfully, but these errors were encountered:
Rolanddoda
changed the title
@use, @forward: Cannot use modules and access it's members
SCSS: @use, @forward: Cannot use modules and access it's members
Apr 17, 2020
Version
15.9.1
Reproduction link
https://github.com/Rolanddoda/scss-syntax-issue
Steps to reproduce
I have a
_list.scss
file:A
main.scss
file:And in
App.vue
What is expected?
On
h1
element should be applied the css of theheading-style
mixin.What is actually happening?
I am getting a syntax error:
The text was updated successfully, but these errors were encountered: