Skip to content

Commit

Permalink
FIX: 💄 some style + built file
Browse files Browse the repository at this point in the history
  • Loading branch information
Okazari committed Feb 15, 2018
1 parent 29e8865 commit 224cc9f
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 596 deletions.
2 changes: 1 addition & 1 deletion demo/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ window.onload = function() {
to: [255, 0, 0],
})
rythm.addRythm('borderWidth1', 'borderWidth', 0, 2)
rythm.addRythm('borderWidth2', 'borderWidth', 0, 2, { min: 2, max: 10 })
rythm.addRythm('borderWidth2', 'borderWidth', 0, 2, { min: 2, max: 9 })
rythm.addRythm('radius1', 'radius', 0, 10, { min: 0, max: 30 })
rythm.addRythm('radius2', 'radius', 0, 10, { reverse: true, min: 0, max: 30 })
rythm.addRythm('blur1', 'blur', 0, 10)
Expand Down
5 changes: 3 additions & 2 deletions demo/rythm.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,9 @@ section:last-child {

.borderWidth1,
.borderWidth2 {
min-width: 15px;
min-height: 15px;
min-width: 20px;
min-height: 20px;
border-radius: 2px;
}

/* Pretty printing styles. Used with prettify.js. */
Expand Down
Loading

0 comments on commit 224cc9f

Please sign in to comment.