0.8.0 • Published 1 year ago

@amalitech-design-system/utilities v0.8.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Amalitech Design System Utilities

@amalitech-design-system/utilities is a great CSS library for getting your website built, from prototyping to production in minutes, with low level flexible utility classes.

Setting things up

Get started by installing @amalitech-design-system/utilities's production ready CSS with your package manager or by simply adding a cdn link to the head of your html document.

Bundler

With npm, yarn or pnpm:

npm install @amalitech-design-system/utilities
yarn add @amalitech-design-system/utilities
pnpm add @amalitech-design-system/utilities

Import the output css in the root of your stylesheet to get started with using our utilities

/* From main.css */
@import "/node_modules/@amalitech-design-system/utilities/dist/main.css";

CDN

<link
    rel="stylesheet"
    href="https://cdn.jsdelivr.net/npm/@amalitech-design-system/utilities@<VERSION NUMBER>/dist/main.css"
/>

Replace @<VERSION NUMBER> with your desired version

Omit the @<VERSION NUMBER> to get the most recent version

For more information view our full documentation on Storybook

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.2

1 year ago