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
The compiled css results is --h3-color: $variable-name; as shown in Chrome when it is expected to be --h3-color: red;
What is expected?
The css variable instance is expected to compile the sass variable into the resolved value.
What is actually happening?
The scss variable is not being compiled.
I wasn't able to get the cli 3 beta 6 running with code sandbox but you can see the file changes I made in my steps to reproduce. I'm running that code locally and seeing the issue.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.6
Reproduction link
https://codesandbox.io/s/18k1ormynl
Steps to reproduce
Usage of CSS Variables inside of a scoped component is not compiling SCSS variables used with a CSS variable.
HelloWorld.vue
App.vue
The compiled css results is --h3-color: $variable-name; as shown in Chrome when it is expected to be --h3-color: red;
What is expected?
The css variable instance is expected to compile the sass variable into the resolved value.
What is actually happening?
The scss variable is not being compiled.
I wasn't able to get the cli 3 beta 6 running with code sandbox but you can see the file changes I made in my steps to reproduce. I'm running that code locally and seeing the issue.
The text was updated successfully, but these errors were encountered: