A minimalist CSS/SASS framework
npm install @bkit/plume> A minimalist CSS/SASS framework
Install:
``bash`
yarn add @bkit/plumeor
npm install @bkit/plume
Include and overrides config:
`scss
@import '~@bkit/plume/config';
$font-family: Tahoma;
`
Use it in your app:
`scss`
@import '~@bkit/plume/lib';
Clone this respository, then do:
`bash``
yarn dev
Go to http://localhost:1234 and you'll see possibilities of this framework with code samples