https://github.com/svelte-add/picocss
⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ Add Pico CSS to your Svelte project
https://github.com/svelte-add/picocss
postcss scss svelte svelte-add svelte-kit sveltekit vite
Last synced: about 2 months ago
JSON representation
⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ Add Pico CSS to your Svelte project
- Host: GitHub
- URL: https://github.com/svelte-add/picocss
- Owner: svelte-add
- License: mit
- Archived: true
- Created: 2023-06-03T05:27:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:08:42.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:34:06.787Z (3 months ago)
- Topics: postcss, scss, svelte, svelte-add, svelte-kit, sveltekit, vite
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🔬 Add PicoCSS to Svelte
[](https://github.com/svelte-add/svelte-add/issues?q=is%3Aopen+is%3Aissue+label%3A%22confirmed+bug%22)
[](https://github.com/svelte-add/svelte-add/issues?q=is%3Aopen+is%3Aissue+label%3A%22support+question%22)This is an adder for `svelte-add`; you should [read its `README`](https://github.com/svelte-add/svelte-add#readme) before continuing here.
## ➕ Adding PicoCSS
This adder's codename is `picocss`, and can be used like so:
```sh
npx svelte-add@latest picocss
```### 🏞 Supported environments
This adder supports SvelteKit and Vite-powered Svelte apps (all the environments `svelte-add` currently supports).
### ⚙️ Options
This adder doesn't take any options of its own.
## 🛠 Using PicoCSS
After the adder runs,
- You can use Pico CSS classes like `container` or `grid` in the markup (components, routes, `app.html`).
- You can [customize your Pico CSS theme with variables](https://picocss.com/docs/customization.html) like `$primary` in `src/variables.scss`.