From cdbff8e78a157989daa378b8160df971f89b69c7 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 22 May 2022 10:09:07 +0700 Subject: [PATCH] docs: Add composer --- docs/index.html | 2 +- docs/src/index.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index a0e436e8..2fcbce99 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -Documentation • Pico.css

Usage

Works without package manager or dependencies 🙂!

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.

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

Install from CDN

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

<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">

Install with NPM

npm install @picocss/pico

Starter HTML template:

<!doctype html>
+Documentation • Pico.css

Usage

Works without package manager or dependencies 🙂!

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

Install manually

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 unpkg CDN to link pico.css

<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">

Install with NPM

npm install @picocss/pico

Install with Composer

composer require picocss/pico

Starter HTML template:

<!doctype html>
 <html lang="en">
   <head>
     <meta charset="utf-8">
diff --git a/docs/src/index.html b/docs/src/index.html
index 9f338886..23392b91 100644
--- a/docs/src/index.html
+++ b/docs/src/index.html
@@ -20,7 +20,7 @@
             

Usage

Works without package manager or dependencies 🙂!

-

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

+

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

Install manually

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

<link rel="stylesheet" href="css/pico.min.css">
@@ -29,6 +29,8 @@
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">

Install with NPM

npm install @picocss/pico
+

Install with Composer

+
composer require picocss/pico

Starter HTML template:

<!doctype html>