diff --git a/docs/index.html b/docs/index.html index 23491509..559dc867 100644 --- a/docs/index.html +++ b/docs/index.html @@ -101,7 +101,7 @@

There are 3 ways to get started with pico.css:

Install manually

- Download Pico and link /css/pico.min.css in the <head> of your website. +

Download Pico and link /css/pico.min.css in the <head> of your website.

<link rel="stylesheet" href="css/pico.min.css">

Install from CDN

Alternatively, you can use the unpkg CDN to link pico.css

@@ -365,6 +365,8 @@ Heading Heading Heading + Heading + Heading @@ -377,6 +379,8 @@ Cell Cell Cell + Cell + Cell 2 @@ -387,6 +391,8 @@ Cell Cell Cell + Cell + Cell 3 @@ -397,6 +403,8 @@ Cell Cell Cell + Cell + Cell @@ -945,7 +953,7 @@

- Openly inspired by Bootstrap, Spectre, Wing, CSS Bed & Normalize
+ Openly inspired by Bootstrap, Spectre, Wing, CSS Bed, Normalize & Sanitize
Licensed under the MIT License

diff --git a/docs/js/pico.docs.js b/docs/js/pico.docs.js index 6a717cb1..99ea511f 100644 --- a/docs/js/pico.docs.js +++ b/docs/js/pico.docs.js @@ -5,9 +5,9 @@ * Copyright 2019 - Licensed under MIT */ -// @prepros-append src/aside.js -// @prepros-append src/theme-switcher.js -// @prepros-append src/grid.js -// @prepros-append src/color-picker.js -// @prepros-append src/most-visible.js -// @prepros-append src/scrollspy.js +// @append src/aside.js +// @append src/theme-switcher.js +// @append src/grid.js +// @append src/color-picker.js +// @append src/most-visible.js +// @append src/scrollspy.js