From: Marc Vornetran
Date: Wed, 17 Apr 2019 14:02:11 +0000 (+0200)
Subject: Add is- prefix to list of display helper classes
X-Git-Tag: 0.7.5~49
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305d51ccc5afadc4cc66da8f37257c72c0a73500;p=thirdparty%2Fbulma.git
Add is- prefix to list of display helper classes
---
diff --git a/docs/documentation/modifiers/responsive-helpers.html b/docs/documentation/modifiers/responsive-helpers.html
index 659a3884b..ee20ae2be 100644
--- a/docs/documentation/modifiers/responsive-helpers.html
+++ b/docs/documentation/modifiers/responsive-helpers.html
@@ -65,11 +65,11 @@ breadcrumb:
You can use one of the following display
classes:
- block
- flex
- inline
- inline-block
- inline-flex
+ is-block
+ is-flex
+ is-inline
+ is-inline-block
+ is-inline-flex
For example, here's how the is-flex
helper works: