Skip to content

Main style

Chiara Di Pietro edited this page Apr 5, 2020 · 1 revision

EVT uses .scss files. During development you can use some useful global variables and mixins. They are defined respectively in the files below (to use them, please refer to official scss documentation):

  • /assets/scss/_variables.scss
  • /assets/scss/_mixins.scss

If you create a new mixin/function/variable that could be useful to others, please define it in the proper file.

Whenever you need to set a color that should be connected to the main theme, please follow the instructions given in the Color theme section.