<a aria-label="aalam logo" href="https://www.aalam.io">
 <img src="https://img.shields.io/badge/MADE%20BY%20AALAM-000000.svg?style=for-the-badge&logo=aalam&labelColor=000">
</a>
<a aria-label="NPM version" href="https://www.npmjs.com/package/aalam-css?activeTab=versions">
 <img alt="" src="https://img.shields.io/npm/v/aalam-css.svg?style=for-the-badge&labelColor=000000">
</a>
<a aria-label="License" href="https://github.com/aalamdev/aalam-css/blob/master/LICENSE">
 <img alt="" src="https://img.shields.io/npm/l/aalam-css.svg?style=for-the-badge&labelColor=000000">
</a>
<a aria-label="Follow on GitHub" href="https://github.com/aalamdev">
 <img alt="" src="https://img.shields.io/badge/Folow%20on%20Github-blueviolet.svg?style=for-the-badge&logo=aalam-css.js&labelColor=000000&logoWidth=20">
</a>

# `aalam-css`

Aalam-css is a css library for styling user interfaces.

The `aalam-css` package contains only the necessary style classes.

## Getting Started

To start using aalam-css, clone this repo to a new directory:

```bash
git clone https://github.com/aalamdev/aalam-css.git my-components
cd my-components
git remote rm origin
```

and run:

```bash
npm install .
npm run dev
```
