From c6e7370276ffd47e862e8a9df06cc497b597c177 Mon Sep 17 00:00:00 2001 From: Eddie Zhou Date: Fri, 1 Mar 2024 13:36:45 -0800 Subject: [PATCH 1/2] doc: target v1 default.css in v1 documentation --- docs/src/customization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/customization.html b/docs/src/customization.html index 23072dca..63ec3dac 100644 --- a/docs/src/customization.html +++ b/docs/src/customization.html @@ -123,7 +123,7 @@

You can find all the CSS variables used in the default theme here: css/themes/default.css

From 3e8cb8560e77ccd81b69ae6e5782c6080b39ad67 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 3 Mar 2024 09:58:54 +0700 Subject: [PATCH 2/2] chore: build documentation --- docs/customization.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.html b/docs/customization.html index 15e4dd87..92f70091 100644 --- a/docs/customization.html +++ b/docs/customization.html @@ -41,7 +41,7 @@ --switch-color: var(--primary-inverse); --switch-checked-background-color: var(--primary); } -

You can find all the CSS variables used in the default theme here: css/themes/default.css

Importing Pico SASS library

We recommend customizing Pico by importing SASS source files into your project. This way, you can keep Pico up to date without conflicts since Pico code and your custom code are separated.

Compile the SASS file to CSS to get a custom version of Pico.

/* Custom  version */
+

You can find all the CSS variables used in the default theme here: css/themes/default.css

Importing Pico SASS library

We recommend customizing Pico by importing SASS source files into your project. This way, you can keep Pico up to date without conflicts since Pico code and your custom code are separated.

Compile the SASS file to CSS to get a custom version of Pico.

/* Custom  version */
 
 // Override default variables
 $primary-500: ;