0.0.1-alpha.6 • Published 4 years ago

@bkit/plume v0.0.1-alpha.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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