+ {% include anchor.html name="3 columns" %} -
3 columns
+ {% include anchor.html name="4 columns" %} -
4 columns
Responsive helpers
Show/hide content depending on the width of the viewport
-- -
Show
+ {% include anchor.html name="Show" %}@@ -186,11 +184,12 @@ doc-subtab: responsive-helpers
For the other display options, just replace is-flex
with is-block
is-inline
is-inline-block
or is-inline-flex
+
+ For the other display options, just replace is-flex
with is-block
is-inline
is-inline-block
or is-inline-flex
+
- -
Hide
+ {% include anchor.html name="Hide" %}- -
- Responsive size -
+ {% include anchor.html name="Responsive size" %}@@ -190,11 +184,7 @@ doc-subtab: typography-helpers
- -
- Colors -
+ {% include anchor.html name="Colors" %}@@ -235,9 +225,7 @@ doc-subtab: typography-helpers -
- -
Alignment
+ {% include anchor.html name="Alignment" %}@@ -272,15 +260,13 @@ doc-subtab: typography-helpers -
- -
Responsive Alignment
+ {% include anchor.html name="Responsive Alignment" %}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
:
- -
Text transformation
+ {% include anchor.html name="Text transformation" %}diff --git a/docs/documentation/overview/functions.html b/docs/documentation/overview/functions.html index 6db63e67..752a2c8c 100644 --- a/docs/documentation/overview/functions.html +++ b/docs/documentation/overview/functions.html @@ -23,9 +23,7 @@ doc-subtab: functions
- -
The findColorInvert()
function
+ {% include anchor.html name="The findColorInvert()
function" %}
The findColorInvert($color)
function takes a color as an input, and outputs either transparent black rgba(#000, 0.7)
or white #fff
:
Responsiveness
Bulma is a mobile-first framework
-+ {% include anchor.html name="Vertical by default" %} -
Vertical by default
Every element in Bulma is mobile-first and optimizes for vertical reading, so by default on mobile: @@ -27,9 +26,8 @@ doc-subtab: responsiveness
For example, you can enforce the horizontal layout for both columns
or nav
by appending the is-mobile
modifer.
+ {% include anchor.html name="Breakpoints" %} -
Breakpoints
Bulma has 5 breakpoints:
-
diff --git a/docs/tiles.html b/docs/tiles.html
index c7c83b5e..15720ed5 100644
--- a/docs/tiles.html
+++ b/docs/tiles.html
@@ -45,9 +45,8 @@ route: tiles
+ {% include anchor.html name="How it works: Nesting" %} -
How it works: Nesting
Everything is a tile! To create a grid of tiles, you only need to nest tile
elements.
- -