From e8d7f518cee3e81fd9ee4a0b7a4700aa1555fb85 Mon Sep 17 00:00:00 2001 From: Sergi Pons Freixes Date: Mon, 7 Mar 2022 21:06:15 -0800 Subject: [PATCH] Add disclaimer about modal utility classes on class-less version --- docs/modal.html | 2 +- docs/src/modal.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modal.html b/docs/modal.html index 3d689989..d98a8fd2 100644 --- a/docs/modal.html +++ b/docs/modal.html @@ -75,7 +75,7 @@ </article> </dialog> -

Utilities

Modals come with 3 utility classes.

.modal-is-open prevents any scrolling and interactions below the modal.

<!doctype html>
+

Utilities

Modals come with 3 utility classes. These classes are not available on the class-less version.

.modal-is-open prevents any scrolling and interactions below the modal.

<!doctype html>
 <html class="modal-is-open">
   
 </html>

.modal-is-opening brings an opening animation.

<!doctype html>
diff --git a/docs/src/modal.html b/docs/src/modal.html
index 427716ef..79b05a8c 100644
--- a/docs/src/modal.html
+++ b/docs/src/modal.html
@@ -161,7 +161,7 @@
 
           

Utilities

-

Modals come with 3 utility classes.

+

Modals come with 3 utility classes. These classes are not available on the class-less version.

.modal-is-open prevents any scrolling and interactions below the modal.