Thomas H
Thomas H
Regarding border styles, the error in #30008 appears when a border color is defined but border style is not (or border style is none). The source of the error is...
I know that previous versions also had an inability to use the "hair" style. I'm unsure at the moment if it led to the same error. I think it probably...
Yes, thanks for confirming. I misread the table; "hair" corresponds to index 7.
Submitted a PR: #48660
Let me know if the behavior change for unspecified colors is too much for a minor version. The new behavior matches CSS behavior so it follows the more expected behavior...
I think it's good to go. Let me merge in the latest from `main` and move the whatsnew entries
Any progress on this @GYHHAHA? I'm encountering this bug too and it's was very hard to pin down the issue. Fortunately this workaround worked for me as well: > But...
Caught and fixed a bug when using these styles in the border shorthand (e.g. `border-left: black 1px mediumDashDot`). I think it's good to go now @attack68