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

https://github.com/suitcss/components

Collection of SUIT CSS components
https://github.com/suitcss/components

Last synced: about 1 year ago
JSON representation

Collection of SUIT CSS components

Awesome Lists containing this project

README

          

# SUIT CSS components

The full collection of SUIT CSS components. Requires
[suitcss-preprocessor](https://github.com/suitcss/preprocessor) or similar in
your build process, if you choose to use the packages directly.

Read more about [SUIT CSS](https://github.com/suitcss/suit/).

## Installation

* [npm](http://npmjs.org/): `npm install suitcss-components`
* [Download](https://github.com/suitcss/components/releases/latest)

…is a convenient way to install the following packages:

* [components-arrange](https://github.com/suitcss/components-arrange/)
* [components-button](https://github.com/suitcss/components-button/)
* [components-flex-embed](https://github.com/suitcss/components-flex-embed/)
* [components-grid](https://github.com/suitcss/components-grid/)

## Building

Install [Node](http://nodejs.org) (comes with npm).

```
npm install
```

To generate a build:

```
npm run build
```

## Browser support

Refer to the [caniuse](http://caniuse.com/) page for [flexbox](http://caniuse.com/#feat=flexbox).

* Google Chrome (latest)
* Opera (latest)
* Firefox 28+
* Safari 6.1+
* Internet Explorer 10+