We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Get rid of the extra markup and enable borders and corners to be used on any element via border-image and SVG.
Must be able to go around contenteditable and resizable elements.
border-image | CSS-Tricks https://css-tricks.com/almanac/properties/b/border-image/
CSS Border Effects | Speckyboy https://speckyboy.com/css-border-effects/
Works around resizable elements | CodePen https://codepen.io/dragontheory/pen/JjLvxwO?editors=1100
Original CodePen https://codepen.io/Mamboleoo/pen/zYOJOGb
The text was updated successfully, but these errors were encountered:
Realizing section headers need to go into <panel-list>s, which is problematic since <panel-lists>s are scrollable.
<panel-list>
<panel-lists>
Speaking of scrollable, the lines and corners scroll with the content. They are supposed to stay still...
Finding a solution that does not add extra markup.
Sorry, something went wrong.
dragontheory
No branches or pull requests
Get rid of the extra markup and enable borders and corners to be used on any element via border-image and SVG.
Must be able to go around contenteditable and resizable elements.
border-image | CSS-Tricks
https://css-tricks.com/almanac/properties/b/border-image/
CSS Border Effects | Speckyboy
https://speckyboy.com/css-border-effects/
Works around resizable elements | CodePen
https://codepen.io/dragontheory/pen/JjLvxwO?editors=1100
Original CodePen
https://codepen.io/Mamboleoo/pen/zYOJOGb
The text was updated successfully, but these errors were encountered: