Skip to content

Commit 5df767b

Browse files
committed
Changed include-classes to camelcase and updated readme
1 parent be667b2 commit 5df767b

File tree

9 files changed

+224
-223
lines changed

9 files changed

+224
-223
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ Contains default options, various effect options and the browser prefixes you'd
229229

230230
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`.
231231

232+
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`.
233+
232234
## Contribute to Hover.css
233235

234236
If you'd like to contribute your own effects, please see the [Contributing Guide](https://github.com/IanLunn/Hover/blob/master/CONTRIBUTING.md).

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Hover.css",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"homepage": "http://ianlunn.github.io/Hover",
55
"authors": [
66
"Ian Lunn <[email protected]>"

css/hover-min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/hover.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Hover.css (http://ianlunn.github.io/Hover/)
3-
* Version: 2.0.0
3+
* Version: 2.0.1
44
* Author: Ian Lunn @IanLunn
55
* Author URL: http://ianlunn.co.uk/
66
* Github: https://github.com/IanLunn/Hover

less/_options.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
@o: false;
4141

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

0 commit comments

Comments
 (0)