From fe5369dfe4cb848190dfbd8103eb94ad96fa860f Mon Sep 17 00:00:00 2001 From: Devin Fee Date: Mon, 10 Jun 2019 16:40:52 -0700 Subject: [PATCH] added has-text-weight-medium bulma@0.7.5 --- src/base/helpers/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/helpers/variables.ts b/src/base/helpers/variables.ts index ed81f632..e501bfe4 100644 --- a/src/base/helpers/variables.ts +++ b/src/base/helpers/variables.ts @@ -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"),