# 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'; ```