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
- Host: GitHub
- URL: https://github.com/raulghm/cata-base-extend
- Owner: raulghm
- Created: 2017-04-04T02:00:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T02:48:50.000Z (about 9 years ago)
- Last Synced: 2025-06-25T05:05:58.378Z (12 months ago)
- Topics: base, cata, components, css, style, suitcss
- Language: HTML
- Homepage: https://raulghm.github.io/cata-base-extend/test
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cata base extend
[](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+