0.0.2 • Published 5 years ago

@kbase/base-css v0.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

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/kbase-css@4.11.2/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.