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

https://github.com/brikcss/core

Brikcss CSS browser reset.
https://github.com/brikcss/core

Last synced: 2 months ago
JSON representation

Brikcss CSS browser reset.

Awesome Lists containing this project

README

        

# Brikcss Core




NPM version



NPM downloads per month



Travis branch



NPM version





Commitizen friendly



semantic release



code style: prettier



Core brik components for [Brikcss](https://github.com/brickss). It includes browser reset, colors, rhythm / spacing, and typography.

---

## Environment and browser support

| Node | CLI | UMD | ES Module | Browser |
|:------:|:-----:|:-----:|:---------:|:---------:|
| ✓ | x | ✓ | ✓ | ✓ |

| Chrome | Firefox | Safari | Edge | IE | iOS | Android |
|:------:|:-------:|:------:|:----:|:---:|:---:|:-------:|
| ✓ | ✓ | ✓ | ✓ | 11 | ✓ | ✓ |

\* _Note: Since [CSS Variables](https://caniuse.com/#search=css%20variables) are used, IE11 is supported with the use of a custom variables polyfill, such as [postcss-var-shim](https://github.com/luwes/postcss-var-shim)._

## Install

1. Install from NPM:

```sh
npm i -D @brikcss/core
```

2. Include files in your app:

- _PostCSS with [postcss-import](https://github.com/postcss/postcss-import):_ `@import '@brikcss/core';`.
- _Precompiled:_ Include `./dist/core.min.css` for version precompiled to vanilla CSS.

_Note: Brikcss Core is a collection of Brikcss front end components. Refer to each component's repo for usage documentation._