components
components copied to clipboard
include left and right border radius classes
Overview: We want to have a small border radius on just one side of a component, so I thought we may want to include new classes for this.
Screenshots/GIFs:
We want a border radius on just the left of "This District" and on the right of the search bar.

Testing:
- [ ] Unit tests
- Manual tests:
- [ ] Chrome
- [ ] Safari
- [ ] IE10
Roll Out:
- Before merging:
- [ ] Updated docs
- [ ] Bumped version in
package.json- Breaking change? Run
npm version minor - Backward compatible change? Run
npm version patch - Only changing documentation? All good. Skip this step.
- Breaking change? Run
- After merging:
- [ ] Deployed updated docs (
make deploy-docs)
- [ ] Deployed updated docs (
https://github.com/Clever/components/blob/b31c95742bf4decaefbaac352f36dee1b0182ca8/src/less/border_radius.less#L3-L8
Seems like this file is auto generated, can you make changes to the script that generated it vs to the file directly?
lol wops
Thanks for the catch!