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
- Host: GitHub
- URL: https://github.com/suitcss/components
- Owner: suitcss
- License: mit
- Created: 2014-05-27T04:24:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T20:47:53.000Z (about 9 years ago)
- Last Synced: 2025-04-25T03:37:37.085Z (about 1 year ago)
- Language: CSS
- Homepage: http://suitcss.github.io
- Size: 35.2 KB
- Stars: 34
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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+