@kbase/base-css

KBase CSS basics with Tachyons

Usage no npm install needed!

<script type="module">
  import kbaseBaseCss from 'https://cdn.skypack.dev/@kbase/base-css';
</script>

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/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.