0.0.5 • Published 1 year ago

@bitmorest/bootstrap-grid v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

PR welcome

The bootstrap 5 - grid only without root and reset

bootstrap grid only

Install

yarn add @bitmorest/bootstrap-grid or npm i @bitmorest/bootstrap-grid

Usage

with html

<link rel="stylesheet" href="path/to/bootstrap-grid/css/bootstrap-grid.css" />

or with scss

@import "@bitmorest/bootstrap-grid/scss";

or you can import partial file for overwrite variables like the bootstrap

@import "@bitmorest/bootstrap-grid/scss/functions";

// overwrite variable here
@import "@bitmorest/bootstrap-grid/scss/variables";

// overwrite maps here
@import "@bitmorest/bootstrap-grid/scss/maps";

@import "@bitmorest/bootstrap-grid/scss/mixins";
@import "@bitmorest/bootstrap-grid/scss/components";

Bootstrap grid document

A. Layout

B. Utilities