-
Notifications
You must be signed in to change notification settings - Fork 5
SASS Structure
Marat edited this page Sep 20, 2020
·
1 revision
You will find the SASS source files in out/moga/src/scss
directory.
Next to the main file moga.scss
, there are three other important files:
-
_custom_variables.scss Do not edit this file!
It containes all the variables you can change in the customizer web interface and it will be overwritten when you save the values. -
_custom_code.scss You can edit the file
It containes the custom scss code you can change in the customizer web interface. The custom scss code will be loaded from this file and written on save.