Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.
/ bulma Public archive

⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ Add Bulma to your Svelte project

License

Notifications You must be signed in to change notification settings

svelte-add/bulma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📗 Add Bulma to Svelte

GitHub issues by-label GitHub issues by-label

This is an adder for svelte-add; you should read its README before continuing here.

➕ Adding Bulma

This adder's codename is bulma, and can be used like so:

npx svelte-add@latest bulma

🏞 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 Bulma

After the adder runs,

  • You can use Bulma classes like is-primary or mb-3 in the markup (components, routes, app.html).

  • You can customize your Bulma theme with variables like $success or $body-background-color in src/variables.scss.