Files
essence/readme.md
2025-08-28 21:20:07 -05:00

14 lines
270 B
Markdown

# Essence
On a web project, run the following commands to install Essence:
```shell
git submodule add https://git.insterprise.com/leo/essence.git resources/essence
```
Import Essence from your main SASS file such a `app.scss`:
```scss
@import 'path/to/essence';
```