Skip to content

Commit

Permalink
Merge pull request #31 from treehouse/add-learning-resources
Browse files Browse the repository at this point in the history
Initial add of learning resources topic
  • Loading branch information
mbignell authored May 16, 2018
2 parents 7d18179 + 431a2b4 commit 06974e0
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 28 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.9.1.zip)
* [Download the latest release](https://github.com/treehouse/project-leap/archive/v0.9.2.zip)

* Clone the repo: `git clone https://github.com/treehouse/project-leap.git`
* Install with [Bower](http://bower.io)
Expand Down
9 changes: 7 additions & 2 deletions _sass/leap/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$leap-version: "0.9.1";
$leap-version: "0.9.2";

// Brand Colors
$brand-colors: (
Expand Down Expand Up @@ -164,9 +164,14 @@ $topic-colors: (
base: #2D6853,
dark: #214d3d,
),
"learning-resources": (
light: #569CAD,
base: #38798A,
dark: #19596A,
),
"undefined": (
light: #8c959d,
base: #717b85,
base: #717b85,
dark: #5a6269,
)
);
Expand Down
130 changes: 108 additions & 22 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.

3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ <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.9.1.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.9.2.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>



</section>
13 changes: 13 additions & 0 deletions release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,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.9.2</p>
</div>
<div class="col col-90-md">
<p class="bold">Adding Learing Resources Topic Color</p>
<p class="text-6-xs text-color-light">May 16, 2018</p>
<ul class="m-t-1-xs text-6-xs">
<li>Added Learning Resources topic color</li>
<li>Implemented the Learning Resources color for use within Leap.</li>
</ul>
</div>
</div>
</section>

0 comments on commit 06974e0

Please sign in to comment.