element-hq / element-hq/compound
Compound doesn't prevent mistakes in CSS class names
Open
A-Developer-Experience
P-Web
- Dominant language
- MDX
- Stars
- 24
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/vector-im/compound-web/pull/103 changed a used classname from `shortcut` to `caption` but the css file wasn't updated - https://github.com/vector-im/compound-web/blob/main/src/components/Tooltip/Tooltip.module.css#L29 - this caused the styles to not be applied. This caused the styles to revert. Should be prevented in CI as an easy way to prevent mistakes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.