@bkit/plume
v0.0.1-alpha.6
Published
A minimalist CSS/SASS framework
Downloads
3
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