Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.73 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.73 KB

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