UNPKG

@factor/theme-bulma

Version:

Based on the open source CSS framework that uses flexbox and is used by more than 150,000 developers.

31 lines (17 loc) 898 B
# Factor Bulma Theme Based on the open source CSS framework that uses flexbox and is used by more than 150,000 developers. Theme Bulma makes using the CSS framework in [Factor](https://factor.dev/) a breeze. Live demo: https://bulma-theme.factor.dev/ --- ## Installing & Customizing Themes ### Install To install theme just add to your [Factor](https://factor.dev/) app's project dependencies: ```bash $ cd my-project $ yarn add @factor/theme-bulma ``` ### Customize This theme uses Factor's native theme settings system. Copy the [factor-settings.js](https://github.com/fiction-com/factor/blob/master/%40factor/%40themes/theme-bulma/src/factor-settings.js) file and place in your applications source folder `src`. Edit the settings you'd like to change, the result will be merged with the theme settings file. ## Documentation - [Factor Themes Guide](https://factor.dev/guide/themes)