mubaidr / bulma-pro

A professional theme for Bulma! https://mubaidr.github.io/bulma-pro/

Home Page:https://mubaidr.github.io/bulma-pro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulma-Pro:

A professional theme for Bulma

Fluent Design Theme for Vue.js

Addons for Bulma are also available.


NPM

dependencies

Demo

mubaidr.github.io/bulma-pro

Quick install

NPM

npm install bulma-pro

Yarn

yarn add bulma-pro

Import

After installation, you can import the CSS/Sass file into your project using this snippet:

css

import 'bulma-pro/css/bulma.css'

sass

import 'bulma-pro/bulma.sass'

CDN link

unpkg.com/bulma-pro

Download from this Repository

Download Latest Minified Build

Customize

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';

Copyright and license

Code copyright 2018 Muhammad Ubaid Raza.

Code released under the MIT license.

About

A professional theme for Bulma! https://mubaidr.github.io/bulma-pro/

https://mubaidr.github.io/bulma-pro/

License:MIT License


Languages

Language:Vue 72.9%Language:CSS 20.5%Language:JavaScript 4.1%Language:Shell 1.7%Language:HTML 0.8%