Skip to content

Commit b18d73a

Browse files
Merge pull request #26 from treehouse/machine-learning
Added Machine Learning topic
2 parents 11d4549 + 8a72216 commit b18d73a

File tree

6 files changed

+182
-66
lines changed

6 files changed

+182
-66
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.7.zip)
7+
* [Download the latest release](https://github.com/treehouse/project-leap/archive/v0.8.9.zip)
88
* Clone the repo: `git clone https://github.com/treehouse/project-leap.git`
99
* Install with [Bower](http://bower.io)
1010

@@ -23,4 +23,4 @@ To get Jekyll running follow these steps:
2323
Way to go, nerd. You should be up and running now!
2424

2525
## Copyright and license
26-
Code and documentation copyright 2016 Treehouse Island, Inc. Code released under the [MIT license](https://github.com/treehouse/project-leap/LICENSE).
26+
Code and documentation copyright 2018 Treehouse Island, Inc. Code released under the [MIT license](https://github.com/treehouse/project-leap/LICENSE).

_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.7";
1+
$leap-version: "0.8.9";
22

33
// Brand Colors
44
$brand-colors: (
@@ -150,6 +150,11 @@ $topic-colors: (
150150
base: #80438E,
151151
dark: #60226F,
152152
),
153+
"machine-learning": (
154+
light: #459F7F,
155+
base: #2D6853,
156+
dark: #214d3d,
157+
),
153158
"undefined": (
154159
light: #8c959d,
155160
base: #717b85,

css/leap.css

Lines changed: 118 additions & 32 deletions
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.7.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.9.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

0 commit comments

Comments
 (0)