https://github.com/trapcodeio/shred-bootstrap
All bootstrap utilities available as css files
https://github.com/trapcodeio/shred-bootstrap
Last synced: about 2 months ago
JSON representation
All bootstrap utilities available as css files
- Host: GitHub
- URL: https://github.com/trapcodeio/shred-bootstrap
- Owner: trapcodeio
- Created: 2019-10-29T19:44:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T06:25:13.000Z (almost 6 years ago)
- Last Synced: 2025-04-17T13:08:47.424Z (8 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
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
```sh
npm i shred-bootstrap
// OR
yarn add shred-bootstrap
```
In your project
```scss
@import "~shred-bootstrap/css/utilities/{utility}.css";
```
## Browser Usage.
```html
```
Feel free to contribute.