1.0.2 • Published 5 years ago

shred-bootstrap v1.0.2

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

Bootstrap Utilities Only.

Sometimes you are making use of other frameworks that don't have utilities like mt-1, mt-2 Well all utilities are available in css and minimized already.

import in your project.

Package Managers

npm i shred-bootstrap
// OR
yarn add shred-bootsrap

In your project

@import "~shred-bootstrap/css/utilities/{utility}.css";

Browser Usage.

<!--Using JsDeliver CDN-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shred-bootstrap/css/utilities/{utility}.css">
 
<!-- Or Using UnPkg CDN-->
<link rel="stylesheet" href="https://unpkg.com/shred-bootstrap/css/utilities/{utility}.css">

Feel free to contribute.