mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
Add npm
This commit is contained in:
parent
9d1642cfd0
commit
3fffd037a9
2 changed files with 28 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<a href="https://picocss.com/">
|
<a href="https://picocss.com/">
|
||||||
<img src="docs/img/logo.svg" width="64" height="64">
|
<img src="https://picocss.com/img/logo.svg" width="64" height="64">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
# Pico.css
|
# Pico.css
|
||||||
|
|
27
package.json
Normal file
27
package.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "@picocss/pico",
|
||||||
|
"version": "1.0.1",
|
||||||
|
"description": "Graceful & Minimal CSS design system in pure semantic HTML",
|
||||||
|
"author": "Lucas Larroche <lucas@larroche.com>",
|
||||||
|
"main": "css/pico.min.css",
|
||||||
|
"homepage": "https://picocss.com",
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/picocss/pico.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"css",
|
||||||
|
"css-framework",
|
||||||
|
"dark-theme",
|
||||||
|
"dark-mode",
|
||||||
|
"semantic",
|
||||||
|
"minimal",
|
||||||
|
"lightweight",
|
||||||
|
"scss-framwork",
|
||||||
|
"native-html"
|
||||||
|
],
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/picocss/pico/issues"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue