@teleology/css-base
v1.0.0
Published
Base css for Teleology Inc., should be used as a starting place for web UI
Downloads
1
Maintainers
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';