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)
- Host: GitHub
- URL: https://github.com/suitcss/base
- Owner: suitcss
- License: mit
- Created: 2013-06-01T09:48:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T12:39:18.000Z (about 3 years ago)
- Last Synced: 2025-09-03T14:12:51.889Z (10 months ago)
- Language: HTML
- Homepage: http://suitcss.github.io/base/test/
- Size: 209 KB
- Stars: 195
- Watchers: 16
- Forks: 24
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SUIT CSS base
[](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+