Skip to content

Commit

Permalink
specify convention for colors
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Sep 4, 2023
1 parent efd3d52 commit b27615d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export default {
HEADS UP: We *intentionally* overwrite (instead of extending)
the whole Tailwind colors to restrict the set of choices
to the custom color palette with Keystar UI tokens.
Worth noting that the naming convention for shades is slightly
different from the typical Tailwind `-50` to `-950` scale.
We use a `1` to `12` scale, where `1` is the lightest.
*/
colors: {
transparent: 'transparent',
Expand Down

0 comments on commit b27615d

Please sign in to comment.