An open API service indexing awesome lists of open source software.

https://github.com/andrearufo/monospaced.css

A supersimple, monospaced, modular, flat stylesheet made in SASS for simple pages
https://github.com/andrearufo/monospaced.css

css3 monospace sass scss simple

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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