Skip to content
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

Adding CSS Class to loader #4

Open
ianarsenault opened this issue Aug 11, 2018 · 2 comments
Open

Adding CSS Class to loader #4

ianarsenault opened this issue Aug 11, 2018 · 2 comments

Comments

@ianarsenault
Copy link

I'm interested to know how to add multiple progress loaders on a component with different stroke colors. I'm running into issues adding my own stroke color to each of them.

I'm looking to do something like this

.vue-progress-path .progress-one {
  stroke: red;
}
.vue-progress-path .progress-two {
  stroke: blue;
}
.vue-progress-path .progress-three {
  stroke: green;
}
@frlzjosh
Copy link

yeah im trying to figure that out too

@frlzjosh
Copy link

frlzjosh commented Apr 22, 2019

found out i have to have my css classes right next to each other. So it'd be:
.progress-two.vue-progress-path becuase what you have is saying that you want to get the child of .vue-progress-path being .progress-two

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants