Skip to content

Commit

Permalink
Merge pull request #21 from treehouse/add-go-topic
Browse files Browse the repository at this point in the history
Added Go Topic Color
  • Loading branch information
JoshSullivan authored Jun 22, 2017
2 parents cd54019 + 60e463b commit 995b59e
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Leap is an internal CSS library made for Treehouse. It contains immutable utilit
## Quick Start
Several options are available for installing Leap into your project.

* [Download the latest release](https://github.com/treehouse/project-leap/archive/v0.8.5.zip)
* [Download the latest release](https://github.com/treehouse/project-leap/archive/v0.8.6.zip)
* Clone the repo: `git clone https://github.com/treehouse/project-leap.git`
* Install with [Bower](http://bower.io)

Expand Down
7 changes: 6 additions & 1 deletion _sass/leap/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$leap-version: "0.8.5";
$leap-version: "0.8.6";

// Brand Colors
$brand-colors: (
Expand Down Expand Up @@ -130,6 +130,11 @@ $topic-colors: (
base: #993c50,
dark: #712e3d,
),
"go": (
light: #4371cf,
base: #375eab,
dark: #284683,
),
"data-analysis": (
light: #8d81ab,
base: #645a7e,
Expand Down
104 changes: 95 additions & 9 deletions css/leap.css

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

2 changes: 1 addition & 1 deletion css/leap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="m-b-1-xs">Installation</h2>
<p class="m-b-4-xs">In your project directory: <code>bower install leap --save</code></p>

<h2 class="m-b-1-xs">Download</h2>
<a href="https://github.com/treehouse/project-leap/archive/v0.8.5.zip" class="button button--large-xs w-full-xs w-auto-lg">Source Files</a>
<a href="https://github.com/treehouse/project-leap/archive/v0.8.6.zip" class="button button--large-xs w-full-xs w-auto-lg">Source Files</a>
<a href="http://treehouse.github.io/project-leap/css/leap.css" class="button button--large-xs w-full-xs w-auto-lg">Compiled CSS</a>
<a href="http://treehouse.github.io/project-leap/css/leap.min.css" class="button button--large-xs w-full-xs w-auto-lg">Compiled CSS (minified)</a>

Expand Down
12 changes: 12 additions & 0 deletions release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,17 @@
<li>Implemented the Security color for use within Leap.</li>
</ul>
</div>
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
<div class="col col-10-md">
<p class="text-color-light">0.8.5</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Go Topic Color</p>
<p class="text-6-xs text-color-light">June 22, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Go topic color</li>
<li>Implemented the Go color for use within Leap.</li>
</ul>
</div>
</div>
</section>

0 comments on commit 995b59e

Please sign in to comment.