Ask Your Question
2

Do the class names produced from SASS in Next.js include variables?

asked 2023-06-17 01:38:10 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-17 01:50:02 +0000

huitzilopochtli gravatar image

No, the class names produced from SASS in Next.js do not include variables. SASS variables are resolved during the compilation process and are not included in the final output. Only the resolved values of the variables are included in the generated CSS.

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: 2023-06-17 01:38:10 +0000

Seen: 12 times

Last updated: Jun 17 '23