You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get md-primary on md-button but I'm not getting the styles
I have seen the node-sass issue #1619 but I tried to install "node-sass": "^4.5.3" doesn't work.
Here you can see the class defined:
This is what I'm getting in the developer console:
Here is how the button looks:
Hi, I'm with the same issue, I'm using Vue Cli 3 and I already have tried to put scoped at my App.vue and it not worked to me, my components are without any color
Steps to reproduce
I'm trying to get



md-primary
onmd-button
but I'm not getting the stylesI have seen the node-sass issue #1619 but I tried to install
"node-sass": "^4.5.3"
doesn't work.Here you can see the class defined:
This is what I'm getting in the developer console:
Here is how the button looks:
Which browser?
I've only tested in Chromium Version 65.0.3325.181 (Developer Build) (64-bit)
What is expected?
The button should color blue.
What is actually happening?
The button stays the normal style
Navigation drawer
The navigation drawer does indeed color to md-primary which is defined in
App.vue
:This works.
The text was updated successfully, but these errors were encountered: