picocss/CONTRIBUTING.md
2022-01-16 22:30:21 +05:30

624 B

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.