To make changes to the theme
-
Edit the relevant sass file in
src/sass/
. -
Run
gulp sass
to translate to css indist
. -
Run
gulp minify-css
to minify the css indist
. -
Copy the updated CSS files to the
www
repository with something like:cp dist/styles.min.css ../www/docs/_static/dist/ cp dist/css/styles.css ../www/docs/_static/dist/css/