Skip to content

The bootstrap 5 - grid only without root and reset

Notifications You must be signed in to change notification settings

BitMorest/bootstrap-grid

Repository files navigation

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

About

The bootstrap 5 - grid only without root and reset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published