shred-bootstrap
v1.0.2
Published
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.
Downloads
12
Readme
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.