mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 04:49:13 -04:00
added composer.json, added instructions in README.md
This commit is contained in:
parent
a018211b14
commit
6e326f4caf
3 changed files with 39 additions and 2 deletions
|
@ -45,7 +45,7 @@ Shipped with two beautiful color themes, automatically enabled according to the
|
|||
|
||||
## Usage
|
||||
|
||||
There are 3 ways to get started with pico.css:
|
||||
There are 4 ways to get started with pico.css:
|
||||
|
||||
**Install manually**
|
||||
|
||||
|
@ -69,6 +69,12 @@ Alternatively, you can use [unpkg CDN](https://unpkg.com/@picocss/pico@latest/)
|
|||
npm install @picocss/pico
|
||||
```
|
||||
|
||||
**Install with Composer**
|
||||
|
||||
```shell
|
||||
composer require picocss/pico
|
||||
```
|
||||
|
||||
## Class-less version
|
||||
|
||||
Pico provides a `.classless` version ([example](https://picocss.com/examples/classless)).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue