@bkit/plume

A minimalist CSS/SASS framework

Usage no npm install needed!

<script type="module">
  import bkitPlume from 'https://cdn.skypack.dev/@bkit/plume';
</script>

README

Plume

A minimalist CSS/SASS framework

Getting started

Install:

yarn add @bkit/plume
# or
npm install @bkit/plume

Include and overrides config:

@import '~@bkit/plume/config';

$font-family: Tahoma;

Use it in your app:

@import '~@bkit/plume/lib';

Full example

Clone this respository, then do:

yarn dev

Go to http://localhost:1234 and you'll see possibilities of this framework with code samples

License

MIT