mirror of
https://github.com/picocss/pico.git
synced 2025-02-22 00:04:36 -05:00
added composer.json, added instructions in README.md
This commit is contained in:
parent
a018211b14
commit
6e326f4caf
5
.gitignore
vendored
5
.gitignore
vendored
@ -2,4 +2,7 @@ node_modules/
|
|||||||
tests/
|
tests/
|
||||||
.nvmrc
|
.nvmrc
|
||||||
.prettierrc.js
|
.prettierrc.js
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
/.settings/
|
||||||
|
/.buildpath
|
||||||
|
/.project
|
||||||
|
@ -45,7 +45,7 @@ Shipped with two beautiful color themes, automatically enabled according to the
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
There are 3 ways to get started with pico.css:
|
There are 4 ways to get started with pico.css:
|
||||||
|
|
||||||
**Install manually**
|
**Install manually**
|
||||||
|
|
||||||
@ -69,6 +69,12 @@ Alternatively, you can use [unpkg CDN](https://unpkg.com/@picocss/pico@latest/)
|
|||||||
npm install @picocss/pico
|
npm install @picocss/pico
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Install with Composer**
|
||||||
|
|
||||||
|
```shell
|
||||||
|
composer require picocss/pico
|
||||||
|
```
|
||||||
|
|
||||||
## Class-less version
|
## Class-less version
|
||||||
|
|
||||||
Pico provides a `.classless` version ([example](https://picocss.com/examples/classless)).
|
Pico provides a `.classless` version ([example](https://picocss.com/examples/classless)).
|
||||||
|
28
composer.json
Normal file
28
composer.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"name": "picocss/pico",
|
||||||
|
"description": "Minimal CSS Framework for semantic HTML.",
|
||||||
|
"keywords": [
|
||||||
|
"css",
|
||||||
|
"css-framework",
|
||||||
|
"dark-mode",
|
||||||
|
"dark-theme",
|
||||||
|
"lightweight",
|
||||||
|
"minimal",
|
||||||
|
"minimalist",
|
||||||
|
"minimalistic",
|
||||||
|
"native-html",
|
||||||
|
"scss-framework",
|
||||||
|
"semantic"
|
||||||
|
],
|
||||||
|
"homepage": "https://picocss.com",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Lucas Larroche",
|
||||||
|
"role" : "Lead Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/picocss/pico/issues/"
|
||||||
|
},
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user