20 lines
494 B
Markdown
20 lines
494 B
Markdown
# algolia-aerial
|
|
Aerial.css package
|
|
|
|
## Definition
|
|
This project aims to provide a coherent and unified design system for algolia employees.
|
|
This design system is also known as Aerial.
|
|
|
|
## Documentation
|
|
Go to https://aerialcss.algolia.com to read the full documentation
|
|
|
|
## Usage
|
|
|
|
To start using aerial.css, simply do `npm install algolia-aerial` or `yarn add algolia-aerial`
|
|
|
|
then go to your main css / sass file, and add :
|
|
|
|
```css
|
|
@import './node_modules/algolia-aerial/dist/aerial.css';
|
|
```
|
|
|