This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
picocss
Watch
1
Star
0
Fork
You've already forked picocss
0
mirror of
https://github.com/picocss/pico.git
synced
2025-04-30 04:49:13 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
0699a1dcac
picocss
/
CONTRIBUTING.md
Tushar Nankani
0699a1dcac
Create CONTRIBUTING.md
2022-01-16 22:30:21 +05:30
624 B
Raw
Blame
History
Contributing
dev
branch is open to pull requests.
Do not edit
/css
files directly. Edit the source files in
/scss
, then recompile the
/css
files with
npm run build
.
Do not edit
/docs/*.html
files directly. Edit the source files in
/docs/src
, then recompile the docs files with
npm run build
.