1.0.1-0 • Published 3 years ago

minbootstrap v1.0.1-0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Minimal Bootstrap

MINIMAL BOOTSTRAP

Minimal Bootstrap Framework

Release Note

Releases

Document

Document

Quick Start

Installation

npm

$ npm install @r.phuwanat/minbootstrap

git

$ git clone https://github.com/pwnrrk/minbootstrap

Basic Usage

Import CSS and JS to your project.

Customizing

Use SCSS preprocessing for customize by import minBootstrap.scss found in scss folder.

//Override variables here
    $font-family: sans-serif;
//
@import "path-to-folder/minbootstrap/scss/minBootstrap.scss"
//Override class here
	  .btn{
	  border-radius: 1rem;
	  }
//

Contributor

R.Phuwanat

Code Licence

MIT