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

https://github.com/raulghm/cata-base-extend

Cata-base-extend styles for cata-base or suitcss base styles
https://github.com/raulghm/cata-base-extend

base cata components css style suitcss

Last synced: 12 months ago
JSON representation

Cata-base-extend styles for cata-base or suitcss base styles

Awesome Lists containing this project

README

          

# Cata base extend

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

`cata-base-extend` styles for `cata-base` or `suitcss-base` styles.

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

## Installation

### NPM
```
npm install cata-base-extend
```

### Yarn
```
yarn add cata-base-extend
```

### Download
[Download](https://github.com/raulghm/cata-base-extend/releases)

## Testing

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

```
npm install
```

Or install [Yarn](https://yarnpkg.com/en/docs/install) and run:

```
yarn
```

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+