A professional theme for Bulma
Addons for Bulma are also available.
npm install bulma-pro
yarn add bulma-pro
After installation, you can import the CSS/Sass file into your project using this snippet:
import 'bulma-pro/css/bulma.css'
import 'bulma-pro/bulma.sass'
Download Latest Minified Build
Simply set your own Sass variables before importing bulma-pro.
// Set your brand colors
$primary: #8a4d76;
$info: #fa7c91;
$success: #757763;
$warning: yellow;
$danger: red;
$light: #ccc;
$dark: #444;
// Update font family
$family-sans-serif: 'Calibri', 'Arial';
// Import the bulma-pro
@import 'bulma-pro/bulma.sass';
Code copyright 2018 Muhammad Ubaid Raza.
Code released under the MIT license.