Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 😎

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)