This website requires JavaScript to deliver the best possible experience.

Getting Started

Installation
// Using npm
npm install @baianat/Base.framework --save

// Using yarn
yarn add @baianat/Base.framework
What's included
├── html
├── dist
│   └── css
│       ├── base.css
│       ├── base.min.css
│       ├── base-cssvar.css
│       └── base-cssvar.min.css
├── src
│   └── stylus
│       ├── components
│       ├── core
│       ├── elements
│       ├── grid
│       ├── helper
│       └── util
├── base.styl
└── base-cssvar.styl
GitHub Repo