An open API service indexing awesome lists of open source software.

https://github.com/djwinston/bulma-theme-preview

Helps to prepare custom Bulma's theme
https://github.com/djwinston/bulma-theme-preview

Last synced: 16 days ago
JSON representation

Helps to prepare custom Bulma's theme

Awesome Lists containing this project

README

        

Bulma theme preview
===========
Themes for [Bulma](https://bulma.io), inspired by [Bulmaswatch](https://jenil.github.io/bulmaswatch/).
HTML page with all [Bulma`s](https://bulma.io) elements. Helps to prepare custom UI kit for you web page.

Bulma-theme-preview

Get started
-----
Assuming you already have Node.js (v14), [Yarn (v12)](https://yarnpkg.com/)

```sh
yarn install
# or npm install
```

Development
-----
```sh
yarn start
# or npm start
```
- sass/_variables.scss - add your variables [Bulma variables](https://bulma.io/documentation/customize/variables/)
- sass/_overrides.scss - add your override style for UI
- copy variables.scss & overrides.scss to your project and import Bulma in order like as sass/main.scss

Credits
-----
- @jgthms for [Bulma](https://bulma.io)
- @jenil for [Bootswatch](https://jenil.github.io/bulmaswatch/)

## Copyright and License

Copyright 2021 - [Andrew Schastlyvtcev](https://github.com/djwinston).

Code released under the MIT License.