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

SVG icon fill and stroke specific color options #61

Closed
penuts7644 opened this issue Oct 13, 2018 · 1 comment
Closed

SVG icon fill and stroke specific color options #61

penuts7644 opened this issue Oct 13, 2018 · 1 comment

Comments

@penuts7644
Copy link

penuts7644 commented Oct 13, 2018

Hi,

I was wondering if it is possible to separate the color options based on fill and stroke attributes of SVG icons. As of now the five color options (like p-success and p-success-o) use the color and stroke attributes.

So besides having only having classes like:

.p-success {
    color: <value>;
    stroke: <value>;
}

Also have classes for:

.p-fill-success {
    color: <value>;
    fill: <value>;
}

Cheers, Wout

@lokesh-coder
Copy link
Owner

Hi @penuts7644 ,

Thanks for the suggestions. I will definitely consider in upcoming version.

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