@brikcss/core

Brikcss core brik components, including browser reset, colors, rhythm / spacing, and typography.

Usage no npm install needed!

<script type="module">
  import brikcssCore from 'https://cdn.skypack.dev/@brikcss/core';
</script>

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. 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

  1. Install from NPM:

    npm i -D @brikcss/core
    
  2. Include files in your app:

    • PostCSS with 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.