Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
create vars.less for less variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Aug 29, 2012
1 parent 0c7a7a2 commit ea34f44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions css/hopscotch.css

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

11 changes: 1 addition & 10 deletions css/hopscotch.less
@@ -1,16 +1,7 @@
@import "util.less";
@import "vars.less";
@import "fade.less";

@anim-duration: .5s;
@anim-timing: ease-in-out;
@bubbleCornerRadius: 10px;
@bubbleColor: #fff;
@bubbleBorderWidth: 6px;
@bubblePadding: 15px;
@borderColor: rgba(0, 0, 0, 0.5);
@circleWidth: 30px;
@spriteUrl: url(../img/sprite_li.png);

div#hopscotch-bubble {
background-color: @bubbleColor;
border: @bubbleBorderWidth solid #000; /* default */
Expand Down
9 changes: 9 additions & 0 deletions css/vars.less
@@ -0,0 +1,9 @@
@anim-duration: .5s;
@anim-timing: ease-in-out;
@bubbleCornerRadius: 10px;
@bubbleColor: #fff;
@bubbleBorderWidth: 6px;
@bubblePadding: 15px;
@borderColor: rgba(0, 0, 0, 0.5);
@circleWidth: 30px;
@spriteUrl: url(../img/sprite_li.png);

0 comments on commit ea34f44

Please sign in to comment.