From f55f18ad76576cf9646ecd0cbc3f159f47872316 Mon Sep 17 00:00:00 2001 From: Filipe Linhares Date: Thu, 1 Aug 2024 19:15:28 -0300 Subject: [PATCH] Fix funkcss version --- index.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 6e64060..acc030f 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + @@ -111,21 +111,21 @@

Installation

Customization

Defaults:

---multiline-max-width: 250px;
---tooltip-background-color: rgba(0, 0, 0, 0.8);
---tooltip-color: #fff;
---tooltip-padding: 5px 8px;
---tooltip-border-radius: 4px;
---tooltip-font-size: 0.7rem;
---tooltip-zIndex: 9000;
---tooltip-content: aria-label;
+      --multiline-max-width: 250px;
+      --tooltip-background-color: rgba(0, 0, 0, 0.8);
+      --tooltip-color: #fff;
+      --tooltip-padding: 5px 8px;
+      --tooltip-border-radius: 4px;
+      --tooltip-font-size: 0.7rem;
+      --tooltip-zIndex: 9000;
+      --tooltip-content: aria-label;
     

-.tooltip--red {
-  --tooltip-background-color: red;
-}
+      .tooltip--red {
+      --tooltip-background-color: red;
+      }
     
I have a custom tooltip @@ -134,11 +134,11 @@

Defaults:

-.tooltip--big {
-  --tooltip-background-color: #222;
-  --tooltip-padding: 8px 12px;
-  --tooltip-font-size: 1rem;
-}
+      .tooltip--big {
+      --tooltip-background-color: #222;
+      --tooltip-padding: 8px 12px;
+      --tooltip-font-size: 1rem;
+      }
     
I have a big tooltip @@ -147,9 +147,9 @@

Defaults:

-.tooltip--href {
-  --tooltip-content: href;
-}
+      .tooltip--href {
+      --tooltip-content: href;
+      }
     
I have a tooltip with a link