Sometimes the tachyons media queries for the extra classes could be useful.
However this is not an immediate task to do, because of css specificity.
The standard classes of tachyons-extra need to be placed right after the tachyons' standard ones, before the media queries start.
This is because if you want to override a style with a media query class, it doesn't work because of specificity.
An example that happened to me was this: sticky static-l
Sometimes the tachyons media queries for the extra classes could be useful.
However this is not an immediate task to do, because of css specificity.
The standard classes of tachyons-extra need to be placed right after the tachyons' standard ones, before the media queries start.
This is because if you want to override a style with a media query class, it doesn't work because of specificity.
An example that happened to me was this:
sticky static-l