@kbase/base-css
v0.0.2
Published
KBase CSS basics with Tachyons
Downloads
2
Readme
KBase CSS
Based on Tachyons, using the same classnames. Refer to its documentation for usage.
This video has a succinct explanation of how this repo was set up: https://vimeo.com/174698456
Installation
WIP
Using the unpkg cdn:
<link rel="stylesheet" href="https://unpkg.com/kbaseincubator/[email protected]/css/tachyons.min.css"/>
Or install via npm.
Development
After cloning this repo:
npm i
npm start
In another terminal, start a development server:
npm run serve
To build the CSS for distribution, run npm run build
.