-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stylus global import not work! #441
Comments
Please ask questions on the forum or StackOverflow. I think you have to import the stylus file in the style section |
@posva I don't want to do in every vue file,Is any other way to do |
Not that I know. You should search about how to do it in plain stylus
files, but it's not related to Vue
…On Fri, 21 Apr 2017, 05:48 BusyHe, ***@***.***> wrote:
@posva <https://github.com/posva> I don't want to do in every vue file,Is
any other way to do
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#441 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAoicZyb8cvuiHMFd13j3vlHFb6-WGC1ks5ryCcZgaJpZM4NCluU>
.
|
but it is related to the vue-cli. Importing fonts doesn't work either. |
In cli2 webpack's setting like following: plugins: [ In cli3 you can add file 'vue.config.js' and handle your webpack's setting like: // vue.config.js module.exports = { It works for me. |
I just wanted to leave a note to say @sky790312 's comment above helped me figure this out. My
|
i use stylus ,
holle.vue can't find $main-color
what can i do
The text was updated successfully, but these errors were encountered: