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

[Border-image generator] include gradient as border-image-source example #60

Open
Tracked by #180
jsnkuhn opened this issue Jan 13, 2022 · 0 comments
Open
Tracked by #180
Labels
effort: medium Task is a medium effort. enhancement Improves an existing feature. idle Issues and pull requests with no activity for three months. tool: border-image-generator

Comments

@jsnkuhn
Copy link
Contributor

jsnkuhn commented Jan 13, 2022

All current examples on the border image generator ( https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Backgrounds_and_Borders/Border-image_generator ) include linked images but it's possible to use gradients as border-image-source It would be nice to have an example of this.

The current blue striped border image (https://mdn.github.io/css-examples/tools/border-image-generator/border-image-5.png) seems like a perfect candidate to replace with a repeating-linear-gradient

border-image: repeating-linear-gradient(to bottom right, #97bde1 0 1px, transparent 2px 6.3px, #97bde1 7px 9.2px) 0 12 / 0px 12px repeat;
@caugner caugner added needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. enhancement Improves an existing feature. effort: medium Task is a medium effort. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Oct 10, 2023
@github-actions github-actions bot added the idle Issues and pull requests with no activity for three months. label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: medium Task is a medium effort. enhancement Improves an existing feature. idle Issues and pull requests with no activity for three months. tool: border-image-generator
Projects
None yet
Development

No branches or pull requests

2 participants