Skip to content

Commit be8d1ad

Browse files
authored
Merge pull request #23 from treehouse/add-qa-topic
Added quality assurance topic colors
2 parents 995b59e + 4a32dfa commit be8d1ad

File tree

6 files changed

+112
-7
lines changed

6 files changed

+112
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Leap is an internal CSS library made for Treehouse. It contains immutable utilit
44
## Quick Start
55
Several options are available for installing Leap into your project.
66

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

_sass/leap/_variables.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$leap-version: "0.8.6";
1+
$leap-version: "0.8.7";
22

33
// Brand Colors
44
$brand-colors: (
@@ -145,6 +145,11 @@ $topic-colors: (
145145
base: #C66C5D,
146146
dark: #955146,
147147
),
148+
"quality-assurance": (
149+
light: #A560B5,
150+
base: #80438E,
151+
dark: #60226F,
152+
),
148153
"undefined": (
149154
light: #8c959d,
150155
base: #717b85,

css/leap.css

Lines changed: 87 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/leap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2 class="m-b-1-xs">Installation</h2>
3434
<p class="m-b-4-xs">In your project directory: <code>bower install leap --save</code></p>
3535

3636
<h2 class="m-b-1-xs">Download</h2>
37-
<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>
37+
<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>
3838
<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>
3939
<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>
4040

release-notes.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,10 @@
212212
<li>Implemented the Security color for use within Leap.</li>
213213
</ul>
214214
</div>
215-
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
215+
</div>
216+
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
216217
<div class="col col-10-md">
217-
<p class="text-color-light">0.8.5</p>
218+
<p class="text-color-light">0.8.6</p>
218219
</div>
219220
<div class="col col-90-md">
220221
<p class="bold">Adding Go Topic Color</p>
@@ -225,4 +226,17 @@
225226
</ul>
226227
</div>
227228
</div>
229+
<div class="col-container border-b-xs p-b-2-xs m-t-2-xs">
230+
<div class="col col-10-md">
231+
<p class="text-color-light">0.8.7</p>
232+
</div>
233+
<div class="col col-90-md">
234+
<p class="bold">Adding Quality Assurance Topic Color</p>
235+
<p class="text-6-xs text-color-light">August 21, 2017</p>
236+
<ul class="m-t-1-xs text-6-xs">
237+
<li>Added Quality Assurance topic color</li>
238+
<li>Implemented the QA color for use within Leap.</li>
239+
</ul>
240+
</div>
241+
</div>
228242
</section>

0 commit comments

Comments
 (0)