Skip to content

Commit

Permalink
Merge pull request #19 from treehouse/security-topic
Browse files Browse the repository at this point in the history
Added security topic
  • Loading branch information
dustinbrownman authored Jun 6, 2017
2 parents 140fb3a + d33c5d9 commit cd54019
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 5 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.4.zip)
* [Download the latest release](https://github.com/treehouse/project-leap/archive/v0.8.5.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.4";
$leap-version: "0.8.5";

// Brand Colors
$brand-colors: (
Expand Down Expand Up @@ -135,6 +135,11 @@ $topic-colors: (
base: #645a7e,
dark: #4f4667,
),
"security": (
light: #D1897D,
base: #C66C5D,
dark: #955146,
),
"undefined": (
light: #8c959d,
base: #717b85,
Expand Down
88 changes: 87 additions & 1 deletion 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.4.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.5.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
13 changes: 13 additions & 0 deletions release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,17 @@
</ul>
</div>
</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 Security Topic Color</p>
<p class="text-6-xs text-color-light">June 6, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Security topic color</li>
<li>Implemented the Security color for use within Leap.</li>
</ul>
</div>
</div>
</section>

0 comments on commit cd54019

Please sign in to comment.