https://github.com/svelte-add/bulma
⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ Add Bulma to your Svelte project
https://github.com/svelte-add/bulma
bulma svelte svelte-add svelte-kit sveltekit
Last synced: about 2 months ago
JSON representation
⚠️ MOVED: https://github.com/svelte-add/svelte-add/ ⚠️ Add Bulma to your Svelte project
- Host: GitHub
- URL: https://github.com/svelte-add/bulma
- Owner: svelte-add
- License: mit
- Archived: true
- Created: 2021-03-13T20:33:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:08:06.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:34:00.020Z (3 months ago)
- Topics: bulma, svelte, svelte-add, svelte-kit, sveltekit
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 42
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📗 Add Bulma 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 Bulma
This adder's codename is `bulma`, and can be used like so:
```sh
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](https://bulma.io/documentation/customize/variables/) like `$success` or `$body-background-color` in `src/variables.scss`.