Skip to content

andrearufo/monospaced.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/]