Open
Description
Is your feature request related to a problem? Please describe.
It would be awesome if there was support for adding border-style
to css classes. To my knowledge, the only available style is a style of solid
.
Describe the solution you'd like
Add css support to include the border-style
property so that the developer has the option to set a border's style to values such as dashed, dotted, double, etc.
Describe alternatives you've considered
I did come across a prior issue posted found here with a potential solution -> #3246
Also, there was this as a solution as well -> https://kovart.github.io/dashed-border-generator/
However, neither of these are ideal solutions. It would be extremely beneficial to simply add border styling to a css class:
.my-class { border-style: dashed; }
Anything else?
No response
Please accept these terms
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- I agree to follow this project's Code of Conduct