1.0.9 • Published 2 years ago

@atavik/base v1.0.9

Weekly downloads
-
License
-
Repository
gitlab
Last release
2 years ago

@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>
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago