If you plan to build web application using our foret-ng, foret-sass should be installed and imported in your angular project.
Using npm:
$ npm install --save @altenull/foret-sass
If you prefer yarn:
$ yarn add @altenull/foret-sass
After the above packages are installed, import foret-sass package into your src/styles.scss
file like below.
@import "~@altenull/foret-sass";
Licensed under the MIT.