wethegit / component-library

WTC's internal React component library.
https://wethegit.github.io/component-library/
MIT License
0 stars 0 forks source link

[COMP]: Flex, among others, are missing the prefix-less versions of `buildBreakpointClassnames` #194

Closed andrewrubin closed 4 months ago

andrewrubin commented 5 months ago

Description

This is a side-effect of adding the breakpoint prefixes on our components' CSS modules for small -sm. We still need to generate the non-prefixed classNames, since the user can still pass a regular old string value to the component.