0.5.2 • Published 6 years ago

consola.css v0.5.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

layout: home

consola.css NPM Bower NPM Downloads license Code Climate

consola.css is a lightweight CSS micro-framework for a console like style.

It is very minimalistic and has therefore a small footprint of under 5.2 kB gzipped. It also includes SCSS and CSS files and comes with a gulpfile for customizing the build.

Installation

Via bower

$ bower install --save consola.css

Via npm

$ npm install --save consola.css

Using the SCSS

In your SCSS file, you can import consola.css:

@import "/path/to/consola.css/scss/consola";

Variables are stored in the scss/_variables.scss file, so they can be easily customized:

$font-size: 14px;
$red: #ff0000;

@import "/path/to/consola.css/scss/consola";

Using the CSS

Just add a <link> in your <head> of either consola.css or the minified version consola.min.css.

License

MIT License - Copyright (c) 2016 Pascal Kleindienst

See LICENSE for full license description

Credits

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago