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

https://github.com/vitalk/classy-defaults

A few essential constraints for proper classy framework functionality
https://github.com/vitalk/classy-defaults

Last synced: 2 months ago
JSON representation

A few essential constraints for proper classy framework functionality

Awesome Lists containing this project

README

          

# Classy defaults

A few variables that are **essential** for the rest of the framework.

## Installation

The recommended installation method is a [bower](http://bower.io).

```shell
bower install --save classy-defaults
```

Variable | Description
---|---
`@classy-namespace` | Namespace uses to prepend to class names.
`@classy-base-font-size` | Base font size (`16px` by default).
`@classy-line-height` | Base line height (`1.4em` by default).
`@classy-unit` | Base unit to aligning elements (same as `@classy-line-height` by default).
`@classy-serif-font-family` | Base serif font family.
`@classy-sans-serif-font-family` | Base sans-serif font family.
`@classy-monospace-font-family` | Base monospace font family.

## License

Licensed under the [MIT license](http://mit-license.org/vitalk).