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
CSS Backgrounds and Borders Module Level 3 defines a series of properties to use images for box borders. Especially with SVG images, this can allow for fancy borders beyond what can otherwise be defined in CSS.
This includes the following properties:
border-image
border-image-source
border-image-slice
border-image-width
border-image-outset
border-image-repeat
I'd like to implement these, and since (unless you prefer otherwise) I'd like to implement this in a series of pull requests instead of all in one huge pull request, I wanted to create an issue to attach my pull requests to.
The text was updated successfully, but these errors were encountered:
CSS Backgrounds and Borders Module Level 3 defines a series of properties to use images for box borders. Especially with SVG images, this can allow for fancy borders beyond what can otherwise be defined in CSS.
This includes the following properties:
I'd like to implement these, and since (unless you prefer otherwise) I'd like to implement this in a series of pull requests instead of all in one huge pull request, I wanted to create an issue to attach my pull requests to.
The text was updated successfully, but these errors were encountered: