README
Brikcss Core
Core brik components for Brikcss. 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 are used, IE11 is supported with the use of a custom variables polyfill, such as postcss-var-shim.
Install
Install from NPM:
npm i -D @brikcss/coreInclude files in your app:
- PostCSS with postcss-import:
@import '@brikcss/core';. - Precompiled: Include
./dist/core.min.cssfor version precompiled to vanilla CSS.
- PostCSS with postcss-import:
Note: Brikcss Core is a collection of Brikcss front end components. Refer to each component's repo for usage documentation.