Replies: 1 comment 2 replies
-
Do you mean export default defineConfig({
css: {
preprocessorOptions: {
stylus: {
globals: {
'$highlight-color': 'red'
}
}
}
}
}) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My configuration option is:
preprocessorOptions: {
stylus: {
additionalData: '$color-orange = red;',
},
scss: {
additionalData: '$highlight-color: red;'
}
}
Almost the same configuration, scss works, stylus does not work
Beta Was this translation helpful? Give feedback.
All reactions