Skip to content

Commit

Permalink
removed overly aggressive comment scrubber
Browse files Browse the repository at this point in the history
  • Loading branch information
themarkappleby committed Sep 26, 2014
1 parent 6641274 commit 4d77400
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ If you should want to tinker with Guidedog itself, you're more than welcome to.
- [DONE] ~~expand lorem ipsum~~
- clean-up and compartmentalize js
- add CSS/Stylus code display support
- support colons in markdown descriptions
- add Less.js, Sass, Scss, and plain CSS examples
- add support for custom colour schemes (pass primary/secondary colours to initializer)
- re-write Guidedog stylesheet (use .gd- instead of .sg- prefixes)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guidedog",
"version": "0.1.11",
"version": "0.1.12",
"homepage": "https://github.com/themarkappleby/guidedog",
"authors": [
"Mark Appleby <themarkappleby@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/guidedog.css

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

2 changes: 1 addition & 1 deletion dist/guidedog.min.js

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions example/build/css/styl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ swatches: [{name: primary, value: "#FF920F"}, {name: secondary, value: "#6c6da3"
*//*!!
section: Buttons
title: Primary Button
description: This is the main call to action button. It should only be used when you want to call particular attention to an action.
description: >
This is the main call to **action button**. It should **only** be used when `you` want to call particular attention to an action. This: is a colon test.
jade: |
a.button(href="#") Primary Button
*/.button{background:#ff920f;padding:5px 20px;text-align:center;border-radius:5px;color:#fff;display:inline-block;text-decoration:none;/*!!
section: Buttons
title: Secondary Button
jade: a.secondary.button(href='#') Secondary Button
*/}.button.secondary{background:#6c6da3}/*!!
*/.button{background:#ff920f;padding:5px 20px;text-align:center;border-radius:5px;color:#fff;display:inline-block;text-decoration:none}.button.secondary{background:#6c6da3}/*!!
section: Lorem Ipsum
description: Guidedog helper to expand lorem ipsum text.
jade: .lorem lorem10
Expand Down
1 change: 1 addition & 0 deletions example/src/less/less.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
section: Less
jade: .less Less
*/

.less{
background: green;
}
5 changes: 3 additions & 2 deletions example/src/styl/styl.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ swatches: [{name: primary, value: "#FF920F"}, {name: secondary, value: "#6c6da3"
/*!!!
section: Buttons
title: Primary Button
description: This is the main call to action button. It should only be used when you want to call particular attention to an action.
description: >
This is the main call to **action button**. It should **only** be used when `you` want to call particular attention to an action. This: is a colon test.
jade: |
a.button(href="#") Primary Button
*/
Expand All @@ -18,7 +19,7 @@ jade: |
color: white
display: inline-block
text-decoration: none
/*!!!
/*
section: Buttons
title: Secondary Button
jade: a.secondary.button(href='#') Secondary Button
Expand Down
Loading

0 comments on commit 4d77400

Please sign in to comment.