Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohansemmanuel/swush
The missing Bootstrap 4 utility library 😎
https://github.com/ohansemmanuel/swush
bootstrap bootstrap4 css-framework
Last synced: 2 months ago
JSON representation
The missing Bootstrap 4 utility library 😎
- Host: GitHub
- URL: https://github.com/ohansemmanuel/swush
- Owner: ohansemmanuel
- License: mit
- Created: 2017-11-06T17:36:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T14:03:56.000Z (about 7 years ago)
- Last Synced: 2024-11-14T09:11:33.658Z (2 months ago)
- Topics: bootstrap, bootstrap4, css-framework
- Language: CSS
- Homepage:
- Size: 32.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Swush
The missing Bootstrap 4 utility lib.
[//]: # (Include Travis CI badges here)
[![Build Status](https://travis-ci.org/ohansemmanuel/swush.svg?branch=master)](https://travis-ci.org/ohansemmanuel/swush)
[![Packagist](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ohansemmanuel/swush/blob/master/LICENSE)## Why should you use it?
Having used Bopotstrap 4 for a lot of quick prototyping, I realized I was quickly rewritting so many (extra) utility classes.
Why stress when I abstract all of that into a tiny effective library?Everything you need to work smoothly is here in a **1kb** file (minified + gzipped). On top of that, you don't need to learn specific classes. The class names are consistent with the Bootstrap 4 naming conventions. This makes for an intuitive experience developing with Swush and Bootstrap 4.
## Installation
**npm**
```sh
$ npm install --save swush
```**Link to It**
```html
```
## [Documentation (coming soon)](http://swush.xyz/)
## Find a bug?
Submit it in the [issues](https://github.com/ohansemmanuel/swush/issues)
## License
Licensed under the [MIT License](https://github.com/ohansemmanuel/swush/blob/master/LICENSE) by [Ohans Emmanuel](https://twitter.com/OhansEmmanuel)