smallbear

The bare minimum css for kicking off a project.

Usage no npm install needed!

<script type="module">
  import smallbear from 'https://cdn.skypack.dev/smallbear';
</script>

README

Small Bear

Smallbear is the Bear Essentials of css to kick off a web project.

Installing

npm i smallbear

Usage

Several varitions exist to support customisation

Using css

/dist/smallbear-full.css is the primary file

/dist/smallbear-nolayout.css has no layout elements

/dist/smallbear-typography.css only has typography elements

Using Sass

You can import the src files from the src folder, with the smallbear-['full', 'nolayout', 'typography'] files or you can import specific elements directly.