@kbase/base-css

KBase CSS basics with Tachyons


Keywords
kbase, css
License
MIT
Install
npm install @kbase/base-css@0.0.2

Documentation

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:

yarn install
yarn start

In another terminal, start a development server:

yarn run serve

To build the CSS for distribution, run npm run build.