@bingumd/itcss-elements

The shareable itcss elements for [@bingumd/itcss-framework].

Usage no npm install needed!

<script type="module">
  import bingumdItcssElements from 'https://cdn.skypack.dev/@bingumd/itcss-elements';
</script>

README

@bingumd/itcss-elements

The shareable itcss elements for @bingumd/itcss-framework.

:hammer: Installation

Yarn
yarn add @bingumd/itcss-elements
Npm
yarn install @bingumd/itcss-elements

:gear: Usage

@use '@bingumd/itcss-elements';

:wrench: Customization

@use '@bingumd/itcss-elements' with (
    $exclude: (
        paragraph: false,
    ),
    $html-font-size: 100%,
    $body-line-height: 1.6,
);