diff --git a/docs/customization.html b/docs/customization.html index 61a802e1..b0067e5f 100644 --- a/docs/customization.html +++ b/docs/customization.html @@ -50,10 +50,10 @@ @import "@picocss/pico/scss/pico";

Alternatively, you can create a custom theme and import it into your project with the components you need.

/* Custom version */
 
 // Custom theme
-@import "path/themes/custom";;
+@import "path/themes/custom";
 
 // Import needed components
 @import "@picocss/pico/scss/pico/layout/document";
 @import "@picocss/pico/scss/pico/layout/sectioning";
 
-

Compiling a custom SASS version allows you to create a lighter version with only the components that are useful to you. Example here: scss/pico.slim.scss.

\ No newline at end of file +

Compiling a custom SASS version allows you to create a lighter version with only the components that are useful to you. Example here: scss/pico.slim.scss.