+ You can set any element to one of the 9 colors or 9 shades of grey: +
+diff --git a/docs/_data/links.json b/docs/_data/links.json
index 1c5c1eec..6c2997d2 100644
--- a/docs/_data/links.json
+++ b/docs/_data/links.json
@@ -8,6 +8,30 @@
"name": "Documentation",
"path": "/documentation"
},
+ "modifiers": {
+ "name": "Modifiers",
+ "path": "/documentation/modifiers"
+ },
+ "modifiers-syntax": {
+ "name": "Syntax",
+ "path": "/documentation/modifiers/syntax"
+ },
+ "modifiers-helpers": {
+ "name": "Helpers",
+ "path": "/documentation/modifiers/helpers"
+ },
+ "modifiers-responsive-helpers": {
+ "name": "Responsive helpers",
+ "path": "/documentation/modifiers/responsive-helpers"
+ },
+ "modifiers-color-helpers": {
+ "name": "Color helpers",
+ "path": "/documentation/modifiers/color-helpers"
+ },
+ "modifiers-typography-helpers": {
+ "name": "Typography helpers",
+ "path": "/documentation/modifiers/typography-helpers"
+ },
"columns": {
"name": "Columns",
"path": "/documentation/columns"
@@ -191,6 +215,7 @@
},
"order": {
"columns": ["columns-basics", "columns-sizes", "columns-responsiveness", "columns-nesting", "columns-gap", "columns-options"],
+ "modifiers": ["modifiers-syntax", "modifiers-helpers", "modifiers-responsive-helpers", "modifiers-color-helpers", "modifiers-typography-helpers"],
"form": ["form-general", "form-input", "form-textarea", "form-select", "form-checkbox", "form-radio", "form-file"],
"elements": ["elements-box", "elements-button", "elements-content", "elements-delete", "elements-icon", "elements-image", "elements-notification", "elements-progress", "elements-table", "elements-tag", "elements-title"],
"components": ["components-breadcrumb", "components-card", "components-dropdown", "components-menu", "components-message", "components-modal", "components-navbar", "components-pagination", "components-panel", "components-tabs"]
diff --git a/docs/_sass/main.sass b/docs/_sass/main.sass
index db12616b..fe17a2ea 100644
--- a/docs/_sass/main.sass
+++ b/docs/_sass/main.sass
@@ -7,7 +7,6 @@ $main-spacing: 2.5rem
// Lead
.bd-lead
- // border: 1px solid lightskyblue
position: relative
.bd-breadcrumb
@@ -39,17 +38,23 @@ $main-spacing: 2.5rem
padding-bottom: $main-spacing
.subtitle
color: $text-light
+ max-width: 21em
strong
color: currentColor
#meta
margin-top: -0.5rem
+.bd-content
+ hr:first-child
+ display: none
+ & + .bd-anchor-title
+ padding-top: 0
+
// Side
.bd-side,
.bd-side-background
background-color: $white-bis
- // border: 1px solid coral
.bd-side
position: relative
@@ -65,6 +70,8 @@ $main-spacing: 2.5rem
.bd-lead,
.bd-side
padding: 1.5rem
+ .bd-header-carbon
+ margin-top: 1.5rem
+mobile
.bd-side-background
@@ -78,16 +85,6 @@ $main-spacing: 2.5rem
overflow: hidden
flex-grow: 1
flex-shrink: 1
- .bd-header
- display: flex
- .bd-header-titles
- flex-grow: 1
- flex-shrink: 1
- .bd-header-carbon
- flex-grow: 0
- flex-shrink: 0
- margin-left: 1.5rem
- width: $carbon-width
.bd-prev-next
display: flex
.bd-side
@@ -99,5 +96,15 @@ $main-spacing: 2.5rem
.bd-lead
margin-left: -3rem
padding: 3rem
+ .bd-header
+ display: flex
+ .bd-header-titles
+ flex-grow: 1
+ flex-shrink: 1
+ .bd-header-carbon
+ flex-grow: 0
+ flex-shrink: 0
+ margin-left: 1.5rem
+ width: $carbon-width
.bd-side
padding: 3rem 0 3rem 1.5rem
diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css
index 44404ce9..83f84e47 100644
--- a/docs/css/bulma-docs.css
+++ b/docs/css/bulma-docs.css
@@ -9534,6 +9534,7 @@ label.panel-block:hover {
.bd-header .subtitle {
color: #7a7a7a;
+ max-width: 21em;
}
.bd-header .subtitle strong {
@@ -9544,6 +9545,14 @@ label.panel-block:hover {
margin-top: -0.5rem;
}
+.bd-content hr:first-child {
+ display: none;
+}
+
+.bd-content hr:first-child + .bd-anchor-title {
+ padding-top: 0;
+}
+
.bd-side,
.bd-side-background {
background-color: #fafafa;
@@ -9566,6 +9575,9 @@ label.panel-block:hover {
.bd-side {
padding: 1.5rem;
}
+ .bd-header-carbon {
+ margin-top: 1.5rem;
+ }
}
@media screen and (max-width: 768px) {
@@ -9584,19 +9596,6 @@ label.panel-block:hover {
flex-grow: 1;
flex-shrink: 1;
}
- .bd-header {
- display: flex;
- }
- .bd-header-titles {
- flex-grow: 1;
- flex-shrink: 1;
- }
- .bd-header-carbon {
- flex-grow: 0;
- flex-shrink: 0;
- margin-left: 1.5rem;
- width: 300px;
- }
.bd-prev-next {
display: flex;
}
@@ -9613,6 +9612,19 @@ label.panel-block:hover {
margin-left: -3rem;
padding: 3rem;
}
+ .bd-header {
+ display: flex;
+ }
+ .bd-header-titles {
+ flex-grow: 1;
+ flex-shrink: 1;
+ }
+ .bd-header-carbon {
+ flex-grow: 0;
+ flex-shrink: 0;
+ margin-left: 1.5rem;
+ width: 300px;
+ }
.bd-side {
padding: 3rem 0 3rem 1.5rem;
}
diff --git a/docs/documentation/modifiers/color-helpers.html b/docs/documentation/modifiers/color-helpers.html
index 48c3d29d..b5a9c6ed 100644
--- a/docs/documentation/modifiers/color-helpers.html
+++ b/docs/documentation/modifiers/color-helpers.html
@@ -1,104 +1,98 @@
---
title: Color helpers
+subtitle: "Change the color of the text and/or background"
layout: documentation
doc-tab: modifiers
doc-subtab: color-helpers
+breadcrumb:
+- home
+- documentation
+- modifiers
+- modifiers-color-helpers
---
-{% include subnav/subnav-modifiers.html %}
+{% include anchor.html name="Text color" %}
-
+ You can set any element to one of the 9 colors or 9 shades of grey:
+
- You can set any element to one of the 9 colors or 9 shades of grey:
-
+ You can set any element to one of the 9 colors or 9 shades of grey:
+
- You can set any element to one of the 9 colors or 9 shades of grey:
- Color helpers
-
- Change the color of the text and/or background
-
+
+
+
-
+
+
+
+
+ Class
+
+
+ Color
+
+
+ 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/cyan.html %}
+ has-text-link{% 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 %}
-
-
+{% include elements/new-tag.html version="0.6.3" %}
- {% include anchor.html name="Background color" %}
+
-
-
-
-
- Class
-
-
- Color
-
-
- 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/cyan.html %}
- has-text-link{% 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 %}
-
-
-
-
-
-
-
-
- Class
-
-
- Background color
-
-
- has-background-white{% include color/white.html %}
- has-background-black{% include color/black.html %}
- has-background-light{% include color/white-ter.html %}
- has-background-dark{% include color/grey-darker.html %}
- has-background-primary{% include color/turquoise.html %}
- has-background-info{% include color/cyan.html %}
- has-background-link{% include color/blue.html %}
- has-background-success{% include color/green.html %}
- has-background-warning{% include color/yellow.html %}
- has-background-danger{% include color/red.html %}
- has-background-black-bis{% include color/black-bis.html %}
- has-background-black-ter{% include color/black-ter.html %}
- has-background-grey-darker{% include color/grey-darker.html %}
- has-background-grey-dark{% include color/grey-dark.html %}
- has-background-grey{% include color/grey.html %}
- has-background-grey-light{% include color/grey-light.html %}
- has-background-grey-lighter{% include color/grey-lighter.html %}
- has-background-white-ter{% include color/white-ter.html %}
-
- has-background-white-bis{% include color/white-bis.html %}
| + Class + | ++ Background color + | +
|---|---|
has-background-white | {% include color/white.html %} |
has-background-black | {% include color/black.html %} |
has-background-light | {% include color/white-ter.html %} |
has-background-dark | {% include color/grey-darker.html %} |
has-background-primary | {% include color/turquoise.html %} |
has-background-info | {% include color/cyan.html %} |
has-background-link | {% include color/blue.html %} |
has-background-success | {% include color/green.html %} |
has-background-warning | {% include color/yellow.html %} |
has-background-danger | {% include color/red.html %} |
has-background-black-bis | {% include color/black-bis.html %} |
has-background-black-ter | {% include color/black-ter.html %} |
has-background-grey-darker | {% include color/grey-darker.html %} |
has-background-grey-dark | {% include color/grey-dark.html %} |
has-background-grey | {% include color/grey.html %} |
has-background-grey-light | {% include color/grey-light.html %} |
has-background-grey-lighter | {% include color/grey-lighter.html %} |
has-background-white-ter | {% include color/white-ter.html %} |
has-background-white-bis | {% include color/white-bis.html %} |
| Float | -is-clearfix |
- Fixes an element's floating children | -
|---|---|---|
is-pulled-left |
- Moves an element to the left | -|
is-pulled-right |
- Moves an element to the right | -|
| Spacing | -is-marginless |
- Removes any margin | -
is-paddingless |
- Removes any padding | -|
| Other | -is-overlay |
- Completely covers the first positioned parent | -is-clipped |
- Adds overflow hidden | - -
is-radiusless |
- Removes any radius | -|
is-shadowless |
- Removes any shadow | -|
is-unselectable |
- Prevents the text from being selectable | -|
is-invisible |
- Adds visibility hidden | -
| Float | +is-clearfix |
+ Fixes an element's floating children | +
|---|---|---|
is-pulled-left |
+ Moves an element to the left | +|
is-pulled-right |
+ Moves an element to the right | +|
| Spacing | +is-marginless |
+ Removes any margin | +
is-paddingless |
+ Removes any padding | +|
| Other | +is-overlay |
+ Completely covers the first positioned parent | +is-clipped |
+ Adds overflow hidden | + +
is-radiusless |
+ Removes any radius | +|
is-shadowless |
+ Removes any shadow | +|
is-unselectable |
+ Prevents the text from being selectable | +|
is-invisible |
+ Adds visibility hidden | +
+ You can use one of the following display classes:
+
blockflexinlineinline-blockinline-flexFor example, here's how the is-flex helper works:
+ is-flex-mobile
+ |
+ {{ flex }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ ||||
+ is-flex-tablet-only
+ |
+ {{ unchanged }}
+ {{ flex }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ ||||
+ is-flex-desktop-only
+ |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ flex }}
+ {{ unchanged }}
+ {{ unchanged }}
+ ||||
+ is-flex-widescreen-only
+ |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ flex }}
+ {{ unchanged }}
+ ||||
|
+ Classes to display up to or from a specific breakpoint + |
+ ||||
|---|---|---|---|---|
+ is-flex-touch
+ |
+ {{ flex }}
+ {{ flex }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ ||||
+ is-flex-tablet
+ |
+ {{ unchanged }}
+ {{ flex }}
+ {{ flex }}
+ {{ flex }}
+ {{ flex }}
+ ||||
+ is-flex-desktop
+ |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ flex }}
+ {{ flex }}
+ {{ flex }}
+ ||||
+ is-flex-widescreen
+ |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ flex }}
+ {{ flex }}
+ ||||
+ is-flex-fullhd
+ |
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ unchanged }}
+ {{ flex }}
+ ||||
- You can use one of the following display classes:
-
blockflexinlineinline-blockinline-flexFor example, here's how the is-flex helper works:
+ For the other display options, just replace is-flex with is-block is-inline is-inline-block or is-inline-flex
+
- is-flex-mobile
- |
- {{ flex }}
- {{ unchanged }}
- {{ unchanged }}
- {{ unchanged }}
- {{ unchanged }}
- ||||
- is-flex-tablet-only
- |
- {{ unchanged }}
- {{ flex }}
- {{ unchanged }}
- {{ unchanged }}
- {{ unchanged }}
- ||||
- is-flex-desktop-only
- |
- {{ unchanged }}
- {{ unchanged }}
- {{ flex }}
- {{ unchanged }}
- {{ unchanged }}
- ||||
- is-flex-widescreen-only
- |
- {{ unchanged }}
- {{ unchanged }}
- {{ unchanged }}
- {{ flex }}
- {{ unchanged }}
- ||||
|
- Classes to display up to or from a specific breakpoint - |
- ||||
|---|---|---|---|---|
- is-flex-touch
- |
- {{ flex }}
- {{ flex }}
- {{ unchanged }}
- {{ unchanged }}
- {{ unchanged }}
- ||||
- is-flex-tablet
- |
- {{ unchanged }}
- {{ flex }}
- {{ flex }}
- {{ flex }}
- {{ flex }}
- ||||
- is-flex-desktop
- |
- {{ unchanged }}
- {{ unchanged }}
- {{ flex }}
- {{ flex }}
- {{ flex }}
- ||||
- is-flex-widescreen
- |
- {{ unchanged }}
- {{ unchanged }}
- {{ unchanged }}
- {{ flex }}
- {{ flex }}
- ||||
- is-flex-fullhd
- |
- {{ unchanged }}
- {{ unchanged }}
- {{ unchanged }}
- {{ unchanged }}
- {{ flex }}
- ||||
- For the other display options, just replace is-flex with is-block is-inline is-inline-block or is-inline-flex
-
- is-hidden-mobile
- |
- {{ hidden }}
- {{ visible }}
- {{ visible }}
- {{ visible }}
- {{ visible }}
- ||||
- is-hidden-tablet-only
- |
- {{ visible }}
- {{ hidden }}
- {{ visible }}
- {{ visible }}
- {{ visible }}
- ||||
- is-hidden-desktop-only
- |
- {{ visible }}
- {{ visible }}
- {{ hidden }}
- {{ visible }}
- {{ visible }}
- ||||
- is-hidden-widescreen-only
- |
- {{ visible }}
- {{ visible }}
- {{ visible }}
- {{ hidden }}
- {{ visible }}
- ||||
|
- Classes to hide up to or from a specific breakpoint - |
- ||||
|---|---|---|---|---|
- is-hidden-touch
- |
- {{ hidden }}
- {{ hidden }}
- {{ visible }}
- {{ visible }}
- {{ visible }}
- ||||
- is-hidden-tablet
- |
- {{ visible }}
- {{ hidden }}
- {{ hidden }}
- {{ hidden }}
- {{ hidden }}
- ||||
- is-hidden-desktop
- |
- {{ visible }}
- {{ visible }}
- {{ hidden }}
- {{ hidden }}
- {{ hidden }}
- ||||
- is-hidden-widescreen
- |
- {{ visible }}
- {{ visible }}
- {{ visible }}
- {{ hidden }}
- {{ hidden }}
- ||||
- is-hidden-fullhd
- |
- {{ visible }}
- {{ visible }}
- {{ visible }}
- {{ visible }}
- {{ hidden }}
- ||||
+ is-hidden-mobile
+ |
+ {{ hidden }}
+ {{ visible }}
+ {{ visible }}
+ {{ visible }}
+ {{ visible }}
+ ||||
+ is-hidden-tablet-only
+ |
+ {{ visible }}
+ {{ hidden }}
+ {{ visible }}
+ {{ visible }}
+ {{ visible }}
+ ||||
+ is-hidden-desktop-only
+ |
+ {{ visible }}
+ {{ visible }}
+ {{ hidden }}
+ {{ visible }}
+ {{ visible }}
+ ||||
+ is-hidden-widescreen-only
+ |
+ {{ visible }}
+ {{ visible }}
+ {{ visible }}
+ {{ hidden }}
+ {{ visible }}
+ ||||
|
+ Classes to hide up to or from a specific breakpoint + |
+ ||||
|---|---|---|---|---|
+ is-hidden-touch
+ |
+ {{ hidden }}
+ {{ hidden }}
+ {{ visible }}
+ {{ visible }}
+ {{ visible }}
+ ||||
+ is-hidden-tablet
+ |
+ {{ visible }}
+ {{ hidden }}
+ {{ hidden }}
+ {{ hidden }}
+ {{ hidden }}
+ ||||
+ is-hidden-desktop
+ |
+ {{ visible }}
+ {{ visible }}
+ {{ hidden }}
+ {{ hidden }}
+ {{ hidden }}
+ ||||
+ is-hidden-widescreen
+ |
+ {{ visible }}
+ {{ visible }}
+ {{ visible }}
+ {{ hidden }}
+ {{ hidden }}
+ ||||
+ is-hidden-fullhd
+ |
+ {{ visible }}
+ {{ visible }}
+ {{ visible }}
+ {{ visible }}
+ {{ hidden }}
+ ||||
is- or has-."
layout: documentation
doc-tab: modifiers
doc-subtab: syntax
+breadcrumb:
+- home
+- documentation
+- modifiers
+- modifiers-syntax
---
-{% include subnav/subnav-modifiers.html %}
-
{% capture button_example %}
Button
@@ -19,75 +23,68 @@ doc-subtab: syntax
{% endcapture %}
-is- or has-.Let's start with a simple button that uses the "button" CSS class:
- {{button_example}} -
-Let's start with a simple button that uses the "button" CSS class:
+ {{button_example}} +
+By adding the "is-primary" CSS class, you can modify the color:
+ {{button_primary_example}} +
+You can use one of the 6 main colors:
+is-primaryis-linkis-infois-successis-warningis-dangerBy adding the "is-primary" CSS class, you can modify the color:
- {{button_primary_example}} -
-You can use one of the 6 main colors:
-is-primaryis-linkis-infois-successis-warningis-dangerYou can also alter the size:
-is-smallis-mediumis-largeYou can also alter the size:
+is-smallis-mediumis-largeOr the style or state:
+is-outlinedis-loading[disabled]+ There are {{ sizes | size }} sizes to choose from: +
+| + Class + | ++ Font-size + | +
|---|---|
is-size-{{ forloop.index }} |
+ {{ initial_vars[key].value }} |
+
- There are {{ sizes | size }} sizes to choose from: -
-| - Class - | -- Font-size - | -
|---|---|
is-size-{{ forloop.index }} |
- {{ initial_vars[key].value }} |
-
+ You can choose a specific size for each viewport width. You simply needed to append the viewport width to the size modifier. +
+
+ For example, here are the modifiers for $size-1:
+
- You can choose a specific size for each viewport width. You simply needed to append the viewport width to the size modifier. -
-
- For example, here are the modifiers for $size-1:
-
- You can use the same logic for each of the 7 sizes. -
-+ You can use the same logic for each of the 7 sizes. +
+- You can set any element to one of the 9 colors or 9 shades of grey: -
-| - Class - | -- Color - | -
|---|---|
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/cyan.html %} |
has-text-link | {% 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 %} |
+ You can set any element to one of the 9 colors or 9 shades of grey: +
+| + Class + | ++ Color + | +
|---|---|
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/cyan.html %} |
has-text-link | {% 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 %} |
- You can align the text with the use of one of 4 alignment helpers: -
-| - Class - | -- Alignment - | -
|---|---|
has-text-centered |
- Makes the text centered | -
has-text-justified |
- Makes the text justified | -
has-text-left |
- Makes the text aligned to the left | -
has-text-right |
- Makes the text aligned to the right | -
+ You can align the text with the use of one of 4 alignment helpers: +
+| + Class + | ++ Alignment + | +
|---|---|
has-text-centered |
+ Makes the text centered | +
has-text-justified |
+ Makes the text justified | +
has-text-left |
+ Makes the text aligned to the left | +
has-text-right |
+ Makes the text aligned to the right | +
- You can now align text for each viewport width. You simply need to append the viewport width to the alignment modifier. -
+{% include anchor.html name="Responsive Alignment" %} -
- For example, here are the modifiers for has-text-left:
-
+ You can now align text for each viewport width. You simply need to append the viewport width to the alignment modifier. +
+
+ For example, here are the modifiers for has-text-left:
+
- You can transform the text with the use of one of 4 text transformation helpers: -
-| - Class - | -- Transformation - | -
|---|---|
is-capitalized |
- Transforms the first character of each word to uppercase | -
is-lowercase |
- Transforms all characters to lowercase | -
is-uppercase |
- Transforms all characters to uppercase | -
is-italic |
- Transforms all characters to italic | -
- You can transform the text weight with the use of one of 4 text weight helpers: -
-| - Class - | -- Weight - | -
|---|---|
has-text-weight-light |
- Transforms text weight to light | -
has-text-weight-normal |
- Transforms text weight to normal | -
has-text-weight-semibold |
- Transforms text weight to semi-bold | -
has-text-weight-bold |
- Transforms text weight to bold | -
+ You can transform the text with the use of one of 4 text transformation helpers: +
+| + Class + | ++ Transformation + | +
|---|---|
is-capitalized |
+ Transforms the first character of each word to uppercase | +
is-lowercase |
+ Transforms all characters to lowercase | +
is-uppercase |
+ Transforms all characters to uppercase | +
is-italic |
+ Transforms all characters to italic | +
+ You can transform the text weight with the use of one of 4 text weight helpers: +
+| + Class + | ++ Weight + | +
|---|---|
has-text-weight-light |
+ Transforms text weight to light | +
has-text-weight-normal |
+ Transforms text weight to normal | +
has-text-weight-semibold |
+ Transforms text weight to semi-bold | +
has-text-weight-bold |
+ Transforms text weight to bold | +