Skip to content

Commit

Permalink
Changed include-classes to camelcase and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLunn committed Jan 26, 2015
1 parent be667b2 commit 5df767b
Show file tree
Hide file tree
Showing 9 changed files with 224 additions and 223 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -229,6 +229,8 @@ Contains default options, various effect options and the browser prefixes you'd

As of `2.0.0`, `_options` also includes a `$nameSpace` / `@nameSpace` option which allows you to change the name all classes are prefixed with. The default namespace is `hvr`.

The `$includeClasses` / `@includeClasses` option by default is set to `true` and will generate all Hover.css effects under their own class names, `hvr-grow` for example. Should you wish to add the properties that make up Hover.css effects to your own class names, set this option to `false`.

## Contribute to Hover.css

If you'd like to contribute your own effects, please see the [Contributing Guide](https://github.com/IanLunn/Hover/blob/master/CONTRIBUTING.md).
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Hover.css",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "http://ianlunn.github.io/Hover",
"authors": [
"Ian Lunn <hello@ianlunn.co.uk>"
Expand Down
2 changes: 1 addition & 1 deletion css/hover-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/hover.css
@@ -1,6 +1,6 @@
/*!
* Hover.css (http://ianlunn.github.io/Hover/)
* Version: 2.0.0
* Version: 2.0.1
* Author: Ian Lunn @IanLunn
* Author URL: http://ianlunn.co.uk/
* Github: https://github.com/IanLunn/Hover
Expand Down
2 changes: 1 addition & 1 deletion less/_options.less
Expand Up @@ -40,4 +40,4 @@
@o: false;

// Compile with or without classes
@include-classes: true;
@includeClasses: true;

0 comments on commit 5df767b

Please sign in to comment.