Skip to content

Commit

Permalink
build v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Apr 27, 2015
1 parent 862b9b7 commit 9305699
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 76 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flickity",
"version": "1.0.0",
"version": "1.0.1",
"description": "Touch, responsive, flickable galleries",
"main": [
"js/index.js",
Expand Down
2 changes: 1 addition & 1 deletion css/flickity.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Flickity v1.0.0
/*! Flickity v1.0.1
http://flickity.metafizzy.co
---------------------------------------------- */

Expand Down
4 changes: 3 additions & 1 deletion dist/flickity.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Flickity v1.0.0
/*! Flickity v1.0.1
http://flickity.metafizzy.co
---------------------------------------------- */

Expand All @@ -23,6 +23,8 @@ http://flickity.metafizzy.co
/* draggable */

.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
Expand Down
4 changes: 2 additions & 2 deletions dist/flickity.min.css

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

Loading

0 comments on commit 9305699

Please sign in to comment.