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

https://github.com/vitalk/classy-sticky-footer

A classy, but sticky footer
https://github.com/vitalk/classy-sticky-footer

Last synced: 12 months ago
JSON representation

A classy, but sticky footer

Awesome Lists containing this project

README

          

# Sticky Footer

A sticky footer works great if you can apply a fixed height to the footer. As
per http://css-tricks.com/snippets/css/sticky-footer/.

## Installation

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

```shell
bower install --save classy-sticky-footer
```

## Usage

```less
@import 'classy-sticky-footer/objects.sticky-footer.less';

// Note, the mixin should be called at document root.
.classy-sticky-footer(42px);
```

```html

I'am sticky!

```

Variable | Description
---|---
`@classy-sticky-footer-namespace` | The namespace uses for sticky footer (`sticky-footer` by default).

## License

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