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
- Host: GitHub
- URL: https://github.com/vitalk/classy-sticky-footer
- Owner: vitalk
- Created: 2015-01-06T12:44:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T19:06:50.000Z (over 11 years ago)
- Last Synced: 2025-06-27T19:05:40.525Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).