react
react copied to clipboard
chore(Text): Remove CSS modules feature flag from Text component
This removes the CSS modules feature flag from the Text
component that was first introduced 2 months ago https://github.com/primer/react/pull/4874
Changelog
Changed
Text is styled by CSS modules.
Rollout strategy
- [ ] Patch release
- [x] Minor release
- [ ] Major release; if selected, include a written rollout or migration plan
- [ ] None; if selected, include a brief description as to why
Merge checklist
- [x] Added/updated tests
- [ ] Added/updated documentation
- [ ] Added/updated previews (Storybook)
- [x] Changes are SSR compatible
- [x] Tested in Chrome
- [x] Tested in Firefox
- [x] Tested in Safari
- [x] Tested in Edge
- [ ] (GitHub staff only) Integration tests pass at github/github (Learn more about how to run integration tests)