An open API service indexing awesome lists of open source software.

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

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.