SASS
Take advantage of the Upgency past, current and future updates, by learning how to create your own content without changing the core styles of Upgency.
Create a New Style
To avoid file loss, overrides of your custom styles or any other conflicts during the upgrade process, create or modify your styles with src/scss/custom/.scss
files.
You can create new style from src/scss/custom/custom.scss
Customized Theme
Upgency colors, sizing, forms and many other components are called from src/scss/upgency/
to src/scss/_variables.scss
, overridden and generated back to src/css/
using Gulp and SASS.
You can add or remove Upgency component from src/scss/theme.scss
and src/scss/upgency/upgency.scss
You can editing Upgency variables from src/scss/_variables.scss
You can call Upgency css from src/css/theme.css
Refresh after Changes
After modifying *.scss or _variables.scss
, saving the SCSS file and the Gulp task will be required to proceed with changes. You can use gulp
task and following css will automate updated after make changes in scss filesrc/css/theme.css
Please read build tools documentation in Build Tools