@teleology/css-base

Base css for Teleology Inc., should be used as a starting place for web UI

Usage no npm install needed!

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

README

@teleology/css-base

Installation

yarn add @teleology/css-base

Usage

Assuming you have webpack or proper loaders set up you can import the module like so:

import '@teleology/css-base';

Modular Usage

If you want to use a specific module within the css, you can import it independently.

import '@teleology/css-base/lib/grid.css';