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

https://github.com/suitcss/base

CSS base styles for web apps (a thin layer on top of normalize.css)
https://github.com/suitcss/base

Last synced: 5 months ago
JSON representation

CSS base styles for web apps (a thin layer on top of normalize.css)

Awesome Lists containing this project

README

          

# SUIT CSS base

[![Build Status](https://travis-ci.org/suitcss/base.svg?branch=master)](https://travis-ci.org/suitcss/base)

Base styles for web applications. Provides a thin layer on top of
[Normalize.css](https://github.com/necolas/normalize.css).

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

## Installation

* [npm](http://npmjs.org/): `npm install suitcss-base`
* [Component(1)](http://github.com/component/component): `component install suitcss/base`
* [Download](https://github.com/suitcss/base/releases)

## Testing

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

```
npm install
```

To generate a build:

```
npm run build
```

To lint code with [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter) and [stylelint](http://stylelint.io/)

```
npm run lint
```

To generate the testing build.

```
npm run build-test
```

Basic visual tests are in `test/index.html`.

## Browser support

* Google Chrome
* Firefox
* Safari
* Opera
* Internet Explorer 9+