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.
- Host: GitHub
- URL: https://github.com/brikcss/core
- Owner: brikcss
- Created: 2018-03-29T16:44:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T20:42:51.000Z (over 6 years ago)
- Last Synced: 2025-01-20T09:36:15.518Z (5 months ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brikcss Core
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._