Below is a quick look at the redesign. For more images and explanations of the design concept, check out the Design Improvements page.
Since the end result is a single CSS file, and the source files are modern Pure CSS, the build process for this project is fairly simple.
Our build file, userstyle.css
, provides the structure, or scaffolding, of the source files.
All @import
statements in the build file are replaced with their file contents during the build process to create the single file required by UserStyles.world. A simple Makefile provides the build command:
$ make
An experimental watch command is available as well:
$ make watch
This command utilizes the cross-platform file-monitoring utility, fswatch. Early indications are that it works quite well.