Ask Your Question
4

What does the error "primary-text-emphasis-dark" mean when converting scss to css?

asked 2022-05-30 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-07-27 14:00:00 +0000

djk gravatar image

The error "primary-text-emphasis-dark" likely indicates that there is an undefined variable or mixin in the SCSS code that is being compiled. "Primary-text-emphasis-dark" is likely a class or property that is being used in the SCSS, but has not been defined or imported properly. Check the SCSS code for any missing imports, variables, or mixins that could be causing this error.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-05-30 11:00:00 +0000

Seen: 10 times

Last updated: Jul 27 '21