From e8f5f7ee2d762bbd57c3a1689f5909c1c8a7b328 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 19 Dec 2021 11:13:41 +0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41604bb9..c365cbde 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ https://user-images.githubusercontent.com/23470684/126863110-94061cf1-36ea-4697-94bd-2e1071a95a2f.mp4 **Class-light and semantic** -Pico uses simple native HTML tags as much as possible. Only 6 .classes are used in Pico. +Pico uses simple native HTML tags as much as possible. Less than 10 .classes are used in Pico. **Great styles with just one CSS file** No dependencies, package manager, external files, or JavaScript. From f81a2e4af40f5a8bfaaf0667a93987c2c9442fbb Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 19 Dec 2021 11:15:58 +0700 Subject: [PATCH 2/2] Update modal javascript example link --- 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 38dfbbaa..785cbbdf 100644 --- a/docs/modal.html +++ b/docs/modal.html @@ -62,7 +62,7 @@ </a> </footer> </article> -</dialog>

Pico does not include JavaScript code. You will need to implement your JS to interact with modals.

As a starting point, you can look at the JavaScript used in this documentation: js/modal.js.

To make a modal appear, add the open attribute to the <dialog> container.

<!-- Open modal-->
+</dialog>

Pico does not include JavaScript code. You will need to implement your JS to interact with modals.

As a starting point, you can look at the JavaScript used in this documentation: js/modal.js.

To make a modal appear, add the open attribute to the <dialog> container.

<!-- Open modal-->
 <dialog open>
   <article>
   
diff --git a/docs/src/modal.html b/docs/src/modal.html
index 4759285a..86597cc3 100644
--- a/docs/src/modal.html
+++ b/docs/src/modal.html
@@ -140,7 +140,7 @@
 
           

Pico does not include JavaScript code. You will need to implement your JS to interact with modals.

-

As a starting point, you can look at the JavaScript used in this documentation: js/modal.js.

+

As a starting point, you can look at the JavaScript used in this documentation: js/modal.js.

To make a modal appear, add the open attribute to the <dialog> container.