1.0.9 • Published 2 years ago
@atavik/base v1.0.9
@atavik/base
Atavik Design System - Atavik specific CSS styles for design system
Install package
After installing npm or yarn, you can install @atavik/base
with this command:
# with npm
npm i -S @atavik/base
# with yarn
yarn add @atavik/base
Usage
Once you have installed this package, you just have to import CSS styles!
With a bundler that supports CSS imports in JS files:
import '@atavik/base/dist/base.css';
Otherwise include it in your HTML file:
<link rel="stylesheet" href="./node_modules/@atavik/base/dist/base.min.css"/>
Development
For example:
<p style="color: var(--atk-color-primary-500)">Hello World!</p>