From 305d51ccc5afadc4cc66da8f37257c72c0a73500 Mon Sep 17 00:00:00 2001
From: Marc Vornetran
Date: Wed, 17 Apr 2019 16:02:11 +0200
Subject: [PATCH] Add is- prefix to list of display helper classes
---
docs/documentation/modifiers/responsive-helpers.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/documentation/modifiers/responsive-helpers.html b/docs/documentation/modifiers/responsive-helpers.html
index 659a3884..ee20ae2b 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: