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
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
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: …;
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