tachyons icon indicating copy to clipboard operation
tachyons copied to clipboard

Missing/incorrect colours

Open GarySiu opened this issue 6 years ago • 3 comments

Cross-posting an issue from the docs repo: https://github.com/tachyons-css/tachyons-css.github.io/issues/193

It seems like somewhere along the line the yellows in tachyons were mixed up. This is reflected both in the CSS and in the docs: http://tachyons.io/docs/themes/skins/

#FFFF00 should be yellow but has no name/is missing from Tachyons! #FFD700 should be gold (in line with the CSS keyword) but has been assigned yellow #FFB700 is some mystery orange variant but assigned gold #FF6300 is some mystery orange red variant but assigned orange

On the docs page this visually breaks the layout as yellow is unnamed.

GarySiu avatar Jul 29 '19 13:07 GarySiu

from _variables.scss in tachyons-sass

$orange: #ff6300 !default; "mystery orange red variant" $gold: #ffb700 !default; "some mystery orange variant" $yellow: #ffd700 !default; "should be gold (in line with the CSS keyword)" $light-yellow: #fbf1a9 !default; –– missing?

#FFFF00 does not appear in _variables.scss

orionrush avatar Sep 29 '19 23:09 orionrush

Yes. But it's used multiple times in the docs and breaking the layout there which is why I'm reporting it:

Screenshot of the missing text Second screenshot showing gap in layout

GarySiu avatar Sep 30 '19 06:09 GarySiu

The #FFFF00 being unlabeled has been confusing me as well

andrewhainen avatar Feb 16 '21 15:02 andrewhainen