A supersimple, monospaced, modular, flat stylesheet made in SASS for simple pages
You can compile the original monospaced.scss
file with Gulp.js.
- Edit the file
scss/monospaced.scss
- Run
npm install
oryarn install
in your Terminal - Run
gulp
to compile
For more info open and read the gulpfile.js
and [https://gulpjs.com/]