This is an adder for svelte-add
; you should read its README
before continuing here.
This adder's codename is picocss
, and can be used like so:
npx svelte-add@latest picocss
This adder supports SvelteKit and Vite-powered Svelte apps (all the environments svelte-add
currently supports).
This adder doesn't take any options of its own.
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 like $primary
in src/variables.scss
.