Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 378 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 378 Bytes

Monospaced.css

A supersimple, monospaced, modular, flat stylesheet made in SASS for simple pages

How to compile

You can compile the original monospaced.scss file with Gulp.js.

  • Edit the file scss/monospaced.scss
  • Run npm install or yarn install in your Terminal
  • Run gulp to compile

For more info open and read the gulpfile.js and [https://gulpjs.com/]