Skip to content

Commit

Permalink
added has-text-weight-medium [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
dfee committed Jun 10, 2019
1 parent 3a62737 commit fe5369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/helpers/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const DEFAULTS = {
textAlignments: tuple("centered", "justified", "left", "right"),
textSizes: tuple(1, 2, 3, 4, 5, 6),
textTransforms: tuple("capitalized", "lowercase", "uppercase"),
textWeights: tuple("light", "normal", "semibold", "bold"),
textWeights: tuple("light", "medium", "normal", "semibold", "bold"),

// Visibility
displays: tuple("block", "flex", "inline", "inline-block", "inline-flex"),
Expand Down

0 comments on commit fe5369d

Please sign in to comment.