From: Richard Michael Date: Sun, 8 Oct 2017 14:54:37 +0000 (-0400) Subject: Make class notation consistent with other usage. (#1256) X-Git-Tag: 0.6.0~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89626d743fd99a1871c8c29c80ff66098249fefc;p=thirdparty%2Fbulma.git Make class notation consistent with other usage. (#1256) --- diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index c477ebd3e..eec9854a7 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -204,24 +204,24 @@ doc-subtab: typography-helpers - .has-text-white{% include color/white.html %} - .has-text-black{% include color/black.html %} - .has-text-light{% include color/white-ter.html %} - .has-text-dark{% include color/grey-darker.html %} - .has-text-primary{% include color/turquoise.html %} - .has-text-info{% include color/blue.html %} - .has-text-success{% include color/green.html %} - .has-text-warning{% include color/yellow.html %} - .has-text-danger{% include color/red.html %} - .has-text-black-bis{% include color/black-bis.html %} - .has-text-black-ter{% include color/black-ter.html %} - .has-text-grey-darker{% include color/grey-darker.html %} - .has-text-grey-dark{% include color/grey-dark.html %} - .has-text-grey{% include color/grey.html %} - .has-text-grey-light{% include color/grey-light.html %} - .has-text-grey-lighter{% include color/grey-lighter.html %} - .has-text-white-ter{% include color/white-ter.html %} - .has-text-white-bis{% include color/white-bis.html %} + has-text-white{% include color/white.html %} + has-text-black{% include color/black.html %} + has-text-light{% include color/white-ter.html %} + has-text-dark{% include color/grey-darker.html %} + has-text-primary{% include color/turquoise.html %} + has-text-info{% include color/blue.html %} + has-text-success{% include color/green.html %} + has-text-warning{% include color/yellow.html %} + has-text-danger{% include color/red.html %} + has-text-black-bis{% include color/black-bis.html %} + has-text-black-ter{% include color/black-ter.html %} + has-text-grey-darker{% include color/grey-darker.html %} + has-text-grey-dark{% include color/grey-dark.html %} + has-text-grey{% include color/grey.html %} + has-text-grey-light{% include color/grey-light.html %} + has-text-grey-lighter{% include color/grey-lighter.html %} + has-text-white-ter{% include color/white-ter.html %} + has-text-white-bis{% include color/white-bis.html %} @@ -246,19 +246,19 @@ doc-subtab: typography-helpers - .has-text-centered + has-text-centered Makes the text centered - .has-text-justified + has-text-justified Makes the text justified - .has-text-left + has-text-left Makes the text aligned to the left - .has-text-right + has-text-right Makes the text aligned to the right @@ -272,7 +272,7 @@ doc-subtab: typography-helpers

- For example, here are the modifiers for .has-text-left: + For example, here are the modifiers for has-text-left:

@@ -375,15 +375,15 @@ doc-subtab: typography-helpers - .is-capitalized + is-capitalized Transforms the first character of each word to uppercase - .is-lowercase + is-lowercase Transforms all characters to lowercase - .is-uppercase + is-uppercase Transforms all characters to uppercase @@ -410,19 +410,19 @@ doc-subtab: typography-helpers - .has-text-weight-light + has-text-weight-light Transforms text weight to light - .has-text-weight-normal + has-text-weight-normal Transforms text weight to normal - .has-text-weight-semibold + has-text-weight-semibold Transforms text weight to semi-bold - .has-text-weight-bold + has-text-weight-bold Transforms text weight to bold