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
- Host: GitHub
- URL: https://github.com/andrearufo/monospaced.css
- Owner: andrearufo
- License: gpl-3.0
- Created: 2017-12-29T07:30:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T04:50:16.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T20:15:51.710Z (4 months ago)
- Topics: css3, monospace, sass, scss, simple
- Language: CSS
- Homepage: https://andrearufo.github.io/monospaced.css/
- Size: 935 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 compileFor more info open and read the `gulpfile.js` and [https://gulpjs.com/]