Skip to content

SCSS vars #10906

Answered by Timer
JiDai asked this question in Help
Mar 9, 2020 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Can you try the following instead:

// components/Button.scss
@import "../styles/_variables.scss";

Button {
  color: $color
}

Note the quotes around the import.

Also, your example imported variables and not _variables, but I assume this was a typo in your demo.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@JiDai
Comment options

Answer selected by Timer
Comment options

You must be logged in to vote
2 replies
@Timer
Comment options

Timer Mar 9, 2020
Maintainer

@timneutkens
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants