Skip to content

Commit

Permalink
Added quality assurance topic colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mbignell committed Aug 21, 2017
1 parent 995b59e commit 4a32dfa
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 7 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.6.zip)
* [Download the latest release](https://github.com/treehouse/project-leap/archive/v0.8.7.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.6";
$leap-version: "0.8.7";

// Brand Colors
$brand-colors: (
Expand Down Expand Up @@ -145,6 +145,11 @@ $topic-colors: (
base: #C66C5D,
dark: #955146,
),
"quality-assurance": (
light: #A560B5,
base: #80438E,
dark: #60226F,
),
"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.6.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.7.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
18 changes: 16 additions & 2 deletions release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,10 @@
<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>
<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>
<p class="text-color-light">0.8.6</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Go Topic Color</p>
Expand All @@ -225,4 +226,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.7</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Quality Assurance Topic Color</p>
<p class="text-6-xs text-color-light">August 21, 2017</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Quality Assurance topic color</li>
<li>Implemented the QA color for use within Leap.</li>
</ul>
</div>
</div>
</section>

0 comments on commit 4a32dfa

Please sign in to comment.