@factor/theme-bulma

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 a breeze.

Usage no npm install needed!

<script type="module">
  import factorThemeBulma from 'https://cdn.skypack.dev/@factor/theme-bulma';
</script>

README

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 a breeze.

Live demo: https://bulma-theme.factor.dev/


Installing & Customizing Themes

Install

To install theme just add to your Factor app's project dependencies:

$ cd my-project
$ yarn add @factor/theme-bulma

Customize

This theme uses Factor's native theme settings system.

Copy the 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