-
-
Notifications
You must be signed in to change notification settings - Fork 15
[v1 - Request] Make file name quasar-variables.styl
the same name as in import directive
#16
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
Comments
quasar-variables.styl
the same name as in import directive
quasar-variables.styl
the same name as in import directivequasar-variables.styl
the same name as in import directive
They are different things. The file The |
Thanks! Now I understand. |
The |
Hi, I just created a new project using the v1. I tried to override some variables in But when I import the variables inside my component using Am I doing something wrong? in my
in my component (div shows as blue instead of red)
|
Mabe wrong file name |
Sorry, updated the comment, it is indeed And yes, checking in devtools, the original value for For now I just imported the |
But custom style is or not is? |
The style is applied but the value of in my
my component style
but in dev tools it looks like this
instead of my expected |
@kimini507 Everything regarding this works correctly. Not sure what version you are using as you haven't mentioned, but regardless, please join our Discord so a member of the Staff can help you in figuring out what you are doing wrong. Thanks. |
Noted on this @rstoenescu , thanks for the reply. By the way, just to add, the version I'm using is v1.0.0-beta.10 using vue-cli 3 |
…s.styl` the same name as in import directive #16
Fixed it in vue-cli-plugin-quasar v1.0.0-beta.1 (will be available shortly). @import '~quasar-variables' to @import '~quasar-variables-styl' |
Now file name has name
quasar.variables.styl
But if I need to import it, I need to make this
@import 'quasar-variables'
In first place there is
.
(dot), in second-
(dash)Different naming in unclear and strange.
I think It will be good to make in both places the same way.
The text was updated successfully, but these errors were encountered: