Skip to content

Commit

Permalink
Fix stylus variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 15, 2015
1 parent 78027fc commit c1387eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/style.styl
Expand Up @@ -44,7 +44,7 @@ html
//

.toc-menu
$pad: 24px
$pad = 24px

&
position: relative
Expand Down Expand Up @@ -129,7 +129,7 @@ html
//

ul.heading-list
$pad: 24px
$pad = 24px

.hlink
text-decoration: none
Expand Down

0 comments on commit c1387eb

Please sign in to comment.