2022-03-16 13:28:26 +00:00
|
|
|
/**
|
2021-02-03 09:30:07 +00:00
|
|
|
* App Global variables SCSS
|
|
|
|
* ----------------------------------------------------------------------------
|
|
|
|
* Place here the different files you should import to use global variables.
|
|
|
|
*/
|
|
|
|
|
2021-05-19 14:26:59 +00:00
|
|
|
$font-path: "../assets/fonts";
|
|
|
|
$assets-path: "../assets";
|
2022-03-16 13:28:26 +00:00
|
|
|
|
|
|
|
@import "./helpers/helpers.scss";
|
2021-02-23 07:53:24 +00:00
|
|
|
@import "./globals.custom.scss";
|
|
|
|
@import "./globals.variables.scss";
|