diff --git a/docs/index.html b/docs/index.html
index 78392ff9..ada8c771 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -182,7 +182,7 @@
Example: pick a color! You can find all the CSS variables used in the default theme here: css/themes/default.css It is recommended to customize 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. 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. This allows you to create a lighter version with only the components that are useful to you. Example here: scss/pico.slim.scss. 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.Customization
- You can customize themes with SCSS or you can simply edit the CSS variables.
+ You can customize themes with SCSS or, you can edit the CSS variables.
Importing Pico SASS library
-
- /* Custom version */
@@ -282,7 +282,7 @@
…
Pico use the same breakpoints and viewports sizes as Bootstrap.
+Pico uses the same breakpoints and viewports sizes as Bootstrap.