Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: Support when border-spacing returns a single value
This is mostly a workaround for a potential bug introduced with Firefox 134 Based on the spec, `getComputedStyle(el).borderSpacing` should always return 2 values, even when they are identical. On Firefox 134, it returns a single value when they are the same.
- Loading branch information