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
- Host: GitHub
- URL: https://github.com/djwinston/bulma-theme-preview
- Owner: djwinston
- License: mit
- Created: 2021-02-10T16:42:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T09:49:29.000Z (over 2 years ago)
- Last Synced: 2025-02-16T18:42:58.778Z (3 months ago)
- Language: HTML
- Size: 581 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
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.scssCredits
-----
- @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.