Releases: asvvvad1/mono-color
Releases · asvvvad1/mono-color
v1.2 Release
This version have many fixes and improvements:
- Added a build script! now minifying and zipping is automated using a PHP script. Allows easier contribution hopefully.
- Improved the documentation page with more reader-oriented usage.
- Added gzipped sizes to the cards and made the minified-only size show when hovering over the gzipped size.
- Added
mono-color.min.css
which is the minified and combined version of bothmono.css
andcolor.css
without the themes. It can give better compression results since It's a single file. - Fixed minified version of
mono.css
. - Removed a few extra lines from
mono.css
that didn't make any difference and improved the kbd padding. - Fixed the templates.
v1.1 Release
This release have a few fixes and improvements
Templates are now included but refer to usage guide for more information
First release
Download mono/color
You can use mono/color in your web site by downloading one of the two archives (minified is recommended if you're not intending to modify it) and extracting them to where ever you want and including both or only mono into your page using <link rel="stylesheet" href="/path/to/mono.css">
and <link rel="stylesheet" href="/path/to/color.css">