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

Support function to set background-image? #1

Open
Qard opened this issue Mar 2, 2017 · 1 comment
Open

Support function to set background-image? #1

Qard opened this issue Mar 2, 2017 · 1 comment

Comments

@Qard
Copy link

Qard commented Mar 2, 2017

It might be neat to do something like have a function to define the background-image value, that way stuff like gradient overlays could be supported. It's easy enough to modify the rest of the css with !important flags in the css config value, but if you want to do something like background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(randomImage); rather than using the opacity property, you can't really do that currently.

@stokingerl
Copy link
Owner

Sorry for the super late response here!

That's a good idea, I'll see what I can put together soon, but I'm also not opposed to people putting together their own PR's if you would like to give it a shot.

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