Customization
Customize at will. Create your own styles without changing the theme's core files so that you can take full advantage of future updates.
Sass
It is highly recommended that all the customized styles be stored only within the custom files in from the scss folder so that you can update this theme anytime. When you update Spyre, make sure you backup your files and not to override the user’s custom file which may contain styles you have created already.
In src/scss/custom
directory you will find two files dedicated for custom edit and additions:
_variables.scss
will contain each variable you want to edit. Simply copy the variables you need to edit from the mainsrc/scss/spyre/_variables.scss
and paste it in this file. It will automatically override the default values with the new ones._styles.scss
will contain styles you want to add or edit.
Compiling changes
In order to see the changes, running Gulp comand is required. To learn more about Gulp go the dedicated page that can be found in the left menu.