https://github.com/dherault/bootstrap-spacing-utils
Only Bootstrap 4's CSS spacing utilities
https://github.com/dherault/bootstrap-spacing-utils
Last synced: 5 months ago
JSON representation
Only Bootstrap 4's CSS spacing utilities
- Host: GitHub
- URL: https://github.com/dherault/bootstrap-spacing-utils
- Owner: dherault
- License: mit
- Created: 2018-11-03T11:10:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T11:30:20.000Z (over 7 years ago)
- Last Synced: 2025-10-24T04:11:44.247Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap-spacing-utils
This is a substract of [Bootstrap 4](https://getbootstrap.com) containing only its CSS spacing utilities. To see what's included, checkout [index.css](https://github.com/dherault/bootstrap-spacing-utils/blob/master/index.css).
## Installation
Using NPM:
```
npm install bootstrap-spacing-utils --save
```
## Usage
```javascript
import 'bootstrap-spacing-utils'
```
## License
MIT