There for no breakpoints for colors, background or text.
This could be bad responsive design, or a decision could have been made to not have these.
But they would sure come in handy for me.
Example: red blue-l
Would be red up until the large break point and then text would change to blue.
We forked tachyons and made this custom change.
https://github.com/vtex-apps/vtex-tachyons/blob/master/src/_skins.css#L183
Using the Breakpoint generator CLI from this pull request
https://github.com/tachyons-css/tachyons-cli/pull/13
it's been useful for remove background color at popover desktop elements.
@zehfernandes Oh nice! I actually ended up doing the same. Haven't pushed it up though.
It adds too much weight to core to provide breakpoints for all color values currently.
It used to be in older versions of tachyons, but eventually I trimmed it down as I didn't use it often enough. Ideally we'll just make it as easy as possible for you to add breakpoints for colors if you want them but will keep it opt-in for the user.
Most helpful comment
It adds too much weight to core to provide breakpoints for all color values currently.
It used to be in older versions of tachyons, but eventually I trimmed it down as I didn't use it often enough. Ideally we'll just make it as easy as possible for you to add breakpoints for colors if you want them but will keep it opt-in for the user.