diff --git a/.bowerrc b/.bowerrc
new file mode 100644
index 0000000000..06a1d1dd93
--- /dev/null
+++ b/.bowerrc
@@ -0,0 +1,3 @@
+{
+ "directory": "docs/bower_components"
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index f96131c220..13c4fb25e1 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,8 @@ Check in `bower.json` and all changes under `vendor/assets/bower_components`.
## Contributing
+By contributing to Primer, you agree to the terms presented in our [CLA](CLA.md). *More information will be provided here soon.*
+
When contributing changes to Primer, be sure to do the following steps when opening a pull request:
1. Bump the version number in `bower.json` (it's purely placebo right now, but it's good habit) and `package.json`.
diff --git a/Rakefile b/Rakefile
deleted file mode 100644
index 2331465233..0000000000
--- a/Rakefile
+++ /dev/null
@@ -1,8 +0,0 @@
-task :test do
- lints = `scss-lint scss/primer.scss`
- if lints != ''
- abort("scss-lint of the .scss files failed!\n#{lints}")
- end
-end
-
-task :default => :test
diff --git a/bower.json b/bower.json
index 7f7616be6b..6df165a35a 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
- "name": "primer",
- "version": "2.0.1",
+ "name": "primer-css",
+ "version": "2.0.2",
"ignore": [
"docs/",
"script/",
diff --git a/bower_components/octicons/.bower.json b/bower_components/octicons/.bower.json
deleted file mode 100644
index 6b3fa60f9e..0000000000
--- a/bower_components/octicons/.bower.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "octicons",
- "description": "GitHub's icon font",
- "license": "SIL OFL 1.1, MIT",
- "homepage": "https://octicons.github.com",
- "authors": [
- "GitHub "
- ],
- "main": [
- "octicons/sprockets-octicons.scss",
- "octicons/octicons.eot",
- "octicons/octicons.svg",
- "octicons/octicons.ttf",
- "octicons/octicons.woff"
- ],
- "keywords": [
- "GitHub",
- "icons",
- "font",
- "web font",
- "icon font"
- ],
- "ignore": [
- "**/.*",
- "bower_components"
- ],
- "version": "2.2.0",
- "_release": "2.2.0",
- "_resolution": {
- "type": "version",
- "tag": "v2.2.0",
- "commit": "59c60de7f1af753b5e364386c6dc144d3394d8d9"
- },
- "_source": "git://github.com/github/octicons.git",
- "_target": "*",
- "_originalSource": "octicons"
-}
\ No newline at end of file
diff --git a/bower_components/octicons/CHANGELOG.md b/bower_components/octicons/CHANGELOG.md
deleted file mode 100644
index 04441135d8..0000000000
--- a/bower_components/octicons/CHANGELOG.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## 2.0.1 (June 16, 2014)
-
-- Add mention of github.com/logos to the license
-
-## 2.0.0 (June 16, 2014)
-
-- Hello world
diff --git a/bower_components/octicons/CONTRIBUTING.md b/bower_components/octicons/CONTRIBUTING.md
deleted file mode 100644
index 57694316f0..0000000000
--- a/bower_components/octicons/CONTRIBUTING.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The contents of */octicons* */svg* are generated by an automated process. Changes to these files may be accepted, but may also be overwritten.
-
-Octicons is GitHub's icon font. At this time, new icons will only add icons when they are needed for GitHub products.
diff --git a/bower_components/octicons/LICENSE.txt b/bower_components/octicons/LICENSE.txt
deleted file mode 100644
index 69aa0d5426..0000000000
--- a/bower_components/octicons/LICENSE.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-(c) 2012-2015 GitHub
-
-When using the GitHub logos, be sure to follow the GitHub logo guidelines (https://github.com/logos)
-
-Font License: SIL OFL 1.1 (http://scripts.sil.org/OFL)
-Applies to all font files
-
-Code License: MIT (http://choosealicense.com/licenses/mit/)
-Applies to all other files
diff --git a/bower_components/octicons/README.md b/bower_components/octicons/README.md
deleted file mode 100644
index b462e68318..0000000000
--- a/bower_components/octicons/README.md
+++ /dev/null
@@ -1,127 +0,0 @@
-# Octicons!
-
-This is the [Bower][bower] package for [GitHub Octicons][octicons].
-
-## Add Octicons to your project
-
-1. Create a new file called *bower.json* (if you don't have one already).
-
-2. Add a new line for the Octicon dependency, pointing to the correct repository:
-
- ``` json
- {
- "name": "my_great_project",
- "dependencies": {
- "octicons": "*"
- }
- }
- ```
-
-3. Run `bower install`. The Octicons styles will be downloaded to *bower_components/octicons*.
-
-4. Link to the `octicons.css` stylesheet in the `` of your `` page:
-
- ``` html
-
- ```
-
-4. Simply use an icon in your HTML page:
-
- ``` html
-
- ```
-
-### Rails' asset pipeline
-
-Octicons includes a stylesheet specifically for [Rails 4/Sprockets][sprockets].
-
-1. Create a new file called *vendor/assets/bower.json* (if you don't have one already).
-
-2. Add a new line for the Octicon dependency, pointing to the correct repository:
-
- ``` json
- {
- "name": "my_great_project",
- "dependencies": {
- "octicons": "*"
- }
- }
- ```
-
-3. `cd` into `vendor/assets` and run `bower install`. The Octicons styles will be downloaded to *vendor/assets/bower_components/octicons*.
-
-4. Open your config/application.rb, and add this line inside your Application:
-
- ``` ruby
- config.assets.precompile += %w(*.svg *.eot *.woff *.ttf)
- ```
-
-5. In your application stylesheet, require `sprockets-octicons`:
-
- ``` css
- /*
- = require sprockets-octicons
- */
- ```
-
-6. Simply use an icon in your HTML page:
-
- ``` html
-
- ```
-
-7. If you want a view helper, add something like this to *app/helpers/application_helper.rb*:
-
- ``` ruby
- def octicon(code)
- content_tag :span, '', :class => "octicon octicon-#{code.to_s.dasherize}"
- end
- ```
-
-## Best practices
-
-- Octicons look best in sizes that are multiples of 16px. You can update the size using the `font-size` CSS property. For example:
-
- ``` css
- .octicon {
- font-size: 32px;
- }
- ```
-
-- Octicons are not monospaced. This lets them work well next to type, but it means they won’t stack nicely by default. If you intend to stack octicons, such as in navigation, you will want to add some CSS to make them the same width, and centered. For example:
-
- ``` css
- .navigation .octicon {
- width: 16px;
- text-align: center;
- }
- ```
-
-### Resources
-
-- [octicons.github.com](http://octicons.github.com/) - the Octicons website
-- Read why [icon fonts are awesome](http://css-tricks.com/examples/IconFont/)
-- How to compose your [HTML for icon font usage](http://css-tricks.com/html-for-icon-font-usage/)
-
-## Why can't I see the characters in Font Book??
-
-Give this a try, you should be all set:
-
-
-
-## FAQ
-
-Check out [issues with the FAQ label](https://github.com/github/octicons/issues?q=is%3Aclosed+is%3Aissue+label%3AFAQ).
-
-## Versions
-
-Octicons operates similarly to [Semver](http://semver.org/) with the following version convention:
-
-- Major: Breaking changes — removed icons, markup changes, unicode switches, css renames, icon redesigns
-- Minor: Non-breaking changes — new icons, new aliases, minor icon changes
-- Patch: Unnoticeable tweaks — slight visual changes, package updates
-
-
-[octicons]: http://octicons.github.com
-[bower]: http://bower.io/
-[sprockets]: http://guides.rubyonrails.org/asset_pipeline.html
diff --git a/bower_components/octicons/bower.json b/bower_components/octicons/bower.json
deleted file mode 100644
index dda4ac4e68..0000000000
--- a/bower_components/octicons/bower.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "name": "octicons",
- "description": "GitHub's icon font",
- "license": "SIL OFL 1.1, MIT",
- "homepage": "https://octicons.github.com",
- "authors": [
- "GitHub "
- ],
- "main": [
- "octicons/sprockets-octicons.scss",
- "octicons/octicons.eot",
- "octicons/octicons.svg",
- "octicons/octicons.ttf",
- "octicons/octicons.woff"
- ],
- "keywords": [
- "GitHub",
- "icons",
- "font",
- "web font",
- "icon font"
- ],
- "ignore": [
- "**/.*",
- "bower_components"
- ]
-}
diff --git a/bower_components/octicons/octicons/README.md b/bower_components/octicons/octicons/README.md
deleted file mode 100644
index 1007073350..0000000000
--- a/bower_components/octicons/octicons/README.md
+++ /dev/null
@@ -1 +0,0 @@
-If you intend to install Octicons locally, install `octicons-local.ttf`. It should appear as “github-octicons” in your font list. It is specially designed not to conflict with GitHub's web fonts.
diff --git a/bower_components/octicons/octicons/octicons-local.ttf b/bower_components/octicons/octicons/octicons-local.ttf
deleted file mode 100644
index 253c3c53d8..0000000000
Binary files a/bower_components/octicons/octicons/octicons-local.ttf and /dev/null differ
diff --git a/bower_components/octicons/octicons/octicons.css b/bower_components/octicons/octicons/octicons.css
deleted file mode 100644
index 9b86765902..0000000000
--- a/bower_components/octicons/octicons/octicons.css
+++ /dev/null
@@ -1,236 +0,0 @@
-@font-face {
- font-family: 'octicons';
- src: url('octicons.eot?#iefix') format('embedded-opentype'),
- url('octicons.woff') format('woff'),
- url('octicons.ttf') format('truetype'),
- url('octicons.svg#octicons') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-
-/*
-
-.octicon is optimized for 16px.
-.mega-octicon is optimized for 32px but can be used larger.
-
-*/
-.octicon, .mega-octicon {
- font: normal normal normal 16px/1 octicons;
- display: inline-block;
- text-decoration: none;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-.mega-octicon { font-size: 32px; }
-
-.octicon-alert:before { content: '\f02d'} /* */
-.octicon-alignment-align:before { content: '\f08a'} /* */
-.octicon-alignment-aligned-to:before { content: '\f08e'} /* */
-.octicon-alignment-unalign:before { content: '\f08b'} /* */
-.octicon-arrow-down:before { content: '\f03f'} /* */
-.octicon-arrow-left:before { content: '\f040'} /* */
-.octicon-arrow-right:before { content: '\f03e'} /* */
-.octicon-arrow-small-down:before { content: '\f0a0'} /* */
-.octicon-arrow-small-left:before { content: '\f0a1'} /* */
-.octicon-arrow-small-right:before { content: '\f071'} /* */
-.octicon-arrow-small-up:before { content: '\f09f'} /* */
-.octicon-arrow-up:before { content: '\f03d'} /* */
-.octicon-beer:before { content: '\f069'} /* */
-.octicon-book:before { content: '\f007'} /* */
-.octicon-bookmark:before { content: '\f07b'} /* */
-.octicon-briefcase:before { content: '\f0d3'} /* */
-.octicon-broadcast:before { content: '\f048'} /* */
-.octicon-browser:before { content: '\f0c5'} /* */
-.octicon-bug:before { content: '\f091'} /* */
-.octicon-calendar:before { content: '\f068'} /* */
-.octicon-check:before { content: '\f03a'} /* */
-.octicon-checklist:before { content: '\f076'} /* */
-.octicon-chevron-down:before { content: '\f0a3'} /* */
-.octicon-chevron-left:before { content: '\f0a4'} /* */
-.octicon-chevron-right:before { content: '\f078'} /* */
-.octicon-chevron-up:before { content: '\f0a2'} /* */
-.octicon-circle-slash:before { content: '\f084'} /* */
-.octicon-circuit-board:before { content: '\f0d6'} /* */
-.octicon-clippy:before { content: '\f035'} /* */
-.octicon-clock:before { content: '\f046'} /* */
-.octicon-cloud-download:before { content: '\f00b'} /* */
-.octicon-cloud-upload:before { content: '\f00c'} /* */
-.octicon-code:before { content: '\f05f'} /* */
-.octicon-color-mode:before { content: '\f065'} /* */
-.octicon-comment-add:before,
-.octicon-comment:before { content: '\f02b'} /* */
-.octicon-comment-discussion:before { content: '\f04f'} /* */
-.octicon-credit-card:before { content: '\f045'} /* */
-.octicon-dash:before { content: '\f0ca'} /* */
-.octicon-dashboard:before { content: '\f07d'} /* */
-.octicon-database:before { content: '\f096'} /* */
-.octicon-device-camera:before { content: '\f056'} /* */
-.octicon-device-camera-video:before { content: '\f057'} /* */
-.octicon-device-desktop:before { content: '\f27c'} /* */
-.octicon-device-mobile:before { content: '\f038'} /* */
-.octicon-diff:before { content: '\f04d'} /* */
-.octicon-diff-added:before { content: '\f06b'} /* */
-.octicon-diff-ignored:before { content: '\f099'} /* */
-.octicon-diff-modified:before { content: '\f06d'} /* */
-.octicon-diff-removed:before { content: '\f06c'} /* */
-.octicon-diff-renamed:before { content: '\f06e'} /* */
-.octicon-ellipsis:before { content: '\f09a'} /* */
-.octicon-eye-unwatch:before,
-.octicon-eye-watch:before,
-.octicon-eye:before { content: '\f04e'} /* */
-.octicon-file-binary:before { content: '\f094'} /* */
-.octicon-file-code:before { content: '\f010'} /* */
-.octicon-file-directory:before { content: '\f016'} /* */
-.octicon-file-media:before { content: '\f012'} /* */
-.octicon-file-pdf:before { content: '\f014'} /* */
-.octicon-file-submodule:before { content: '\f017'} /* */
-.octicon-file-symlink-directory:before { content: '\f0b1'} /* */
-.octicon-file-symlink-file:before { content: '\f0b0'} /* */
-.octicon-file-text:before { content: '\f011'} /* */
-.octicon-file-zip:before { content: '\f013'} /* */
-.octicon-flame:before { content: '\f0d2'} /* */
-.octicon-fold:before { content: '\f0cc'} /* */
-.octicon-gear:before { content: '\f02f'} /* */
-.octicon-gift:before { content: '\f042'} /* */
-.octicon-gist:before { content: '\f00e'} /* */
-.octicon-gist-secret:before { content: '\f08c'} /* */
-.octicon-git-branch-create:before,
-.octicon-git-branch-delete:before,
-.octicon-git-branch:before { content: '\f020'} /* */
-.octicon-git-commit:before { content: '\f01f'} /* */
-.octicon-git-compare:before { content: '\f0ac'} /* */
-.octicon-git-merge:before { content: '\f023'} /* */
-.octicon-git-pull-request-abandoned:before,
-.octicon-git-pull-request:before { content: '\f009'} /* */
-.octicon-globe:before { content: '\f0b6'} /* */
-.octicon-graph:before { content: '\f043'} /* */
-.octicon-heart:before { content: '\2665'} /* ♥ */
-.octicon-history:before { content: '\f07e'} /* */
-.octicon-home:before { content: '\f08d'} /* */
-.octicon-horizontal-rule:before { content: '\f070'} /* */
-.octicon-hourglass:before { content: '\f09e'} /* */
-.octicon-hubot:before { content: '\f09d'} /* */
-.octicon-inbox:before { content: '\f0cf'} /* */
-.octicon-info:before { content: '\f059'} /* */
-.octicon-issue-closed:before { content: '\f028'} /* */
-.octicon-issue-opened:before { content: '\f026'} /* */
-.octicon-issue-reopened:before { content: '\f027'} /* */
-.octicon-jersey:before { content: '\f019'} /* */
-.octicon-jump-down:before { content: '\f072'} /* */
-.octicon-jump-left:before { content: '\f0a5'} /* */
-.octicon-jump-right:before { content: '\f0a6'} /* */
-.octicon-jump-up:before { content: '\f073'} /* */
-.octicon-key:before { content: '\f049'} /* */
-.octicon-keyboard:before { content: '\f00d'} /* */
-.octicon-law:before { content: '\f0d8'} /* */
-.octicon-light-bulb:before { content: '\f000'} /* */
-.octicon-link:before { content: '\f05c'} /* */
-.octicon-link-external:before { content: '\f07f'} /* */
-.octicon-list-ordered:before { content: '\f062'} /* */
-.octicon-list-unordered:before { content: '\f061'} /* */
-.octicon-location:before { content: '\f060'} /* */
-.octicon-gist-private:before,
-.octicon-mirror-private:before,
-.octicon-git-fork-private:before,
-.octicon-lock:before { content: '\f06a'} /* */
-.octicon-logo-github:before { content: '\f092'} /* */
-.octicon-mail:before { content: '\f03b'} /* */
-.octicon-mail-read:before { content: '\f03c'} /* */
-.octicon-mail-reply:before { content: '\f051'} /* */
-.octicon-mark-github:before { content: '\f00a'} /* */
-.octicon-markdown:before { content: '\f0c9'} /* */
-.octicon-megaphone:before { content: '\f077'} /* */
-.octicon-mention:before { content: '\f0be'} /* */
-.octicon-microscope:before { content: '\f089'} /* */
-.octicon-milestone:before { content: '\f075'} /* */
-.octicon-mirror-public:before,
-.octicon-mirror:before { content: '\f024'} /* */
-.octicon-mortar-board:before { content: '\f0d7'} /* */
-.octicon-move-down:before { content: '\f0a8'} /* */
-.octicon-move-left:before { content: '\f074'} /* */
-.octicon-move-right:before { content: '\f0a9'} /* */
-.octicon-move-up:before { content: '\f0a7'} /* */
-.octicon-mute:before { content: '\f080'} /* */
-.octicon-no-newline:before { content: '\f09c'} /* */
-.octicon-octoface:before { content: '\f008'} /* */
-.octicon-organization:before { content: '\f037'} /* */
-.octicon-package:before { content: '\f0c4'} /* */
-.octicon-paintcan:before { content: '\f0d1'} /* */
-.octicon-pencil:before { content: '\f058'} /* */
-.octicon-person-add:before,
-.octicon-person-follow:before,
-.octicon-person:before { content: '\f018'} /* */
-.octicon-pin:before { content: '\f041'} /* */
-.octicon-playback-fast-forward:before { content: '\f0bd'} /* */
-.octicon-playback-pause:before { content: '\f0bb'} /* */
-.octicon-playback-play:before { content: '\f0bf'} /* */
-.octicon-playback-rewind:before { content: '\f0bc'} /* */
-.octicon-plug:before { content: '\f0d4'} /* */
-.octicon-repo-create:before,
-.octicon-gist-new:before,
-.octicon-file-directory-create:before,
-.octicon-file-add:before,
-.octicon-plus:before { content: '\f05d'} /* */
-.octicon-podium:before { content: '\f0af'} /* */
-.octicon-primitive-dot:before { content: '\f052'} /* */
-.octicon-primitive-square:before { content: '\f053'} /* */
-.octicon-pulse:before { content: '\f085'} /* */
-.octicon-puzzle:before { content: '\f0c0'} /* */
-.octicon-question:before { content: '\f02c'} /* */
-.octicon-quote:before { content: '\f063'} /* */
-.octicon-radio-tower:before { content: '\f030'} /* */
-.octicon-repo-delete:before,
-.octicon-repo:before { content: '\f001'} /* */
-.octicon-repo-clone:before { content: '\f04c'} /* */
-.octicon-repo-force-push:before { content: '\f04a'} /* */
-.octicon-gist-fork:before,
-.octicon-repo-forked:before { content: '\f002'} /* */
-.octicon-repo-pull:before { content: '\f006'} /* */
-.octicon-repo-push:before { content: '\f005'} /* */
-.octicon-rocket:before { content: '\f033'} /* */
-.octicon-rss:before { content: '\f034'} /* */
-.octicon-ruby:before { content: '\f047'} /* */
-.octicon-screen-full:before { content: '\f066'} /* */
-.octicon-screen-normal:before { content: '\f067'} /* */
-.octicon-search-save:before,
-.octicon-search:before { content: '\f02e'} /* */
-.octicon-server:before { content: '\f097'} /* */
-.octicon-settings:before { content: '\f07c'} /* */
-.octicon-log-in:before,
-.octicon-sign-in:before { content: '\f036'} /* */
-.octicon-log-out:before,
-.octicon-sign-out:before { content: '\f032'} /* */
-.octicon-split:before { content: '\f0c6'} /* */
-.octicon-squirrel:before { content: '\f0b2'} /* */
-.octicon-star-add:before,
-.octicon-star-delete:before,
-.octicon-star:before { content: '\f02a'} /* */
-.octicon-steps:before { content: '\f0c7'} /* */
-.octicon-stop:before { content: '\f08f'} /* */
-.octicon-repo-sync:before,
-.octicon-sync:before { content: '\f087'} /* */
-.octicon-tag-remove:before,
-.octicon-tag-add:before,
-.octicon-tag:before { content: '\f015'} /* */
-.octicon-telescope:before { content: '\f088'} /* */
-.octicon-terminal:before { content: '\f0c8'} /* */
-.octicon-three-bars:before { content: '\f05e'} /* */
-.octicon-thumbsdown:before { content: '\f0db'} /* */
-.octicon-thumbsup:before { content: '\f0da'} /* */
-.octicon-tools:before { content: '\f031'} /* */
-.octicon-trashcan:before { content: '\f0d0'} /* */
-.octicon-triangle-down:before { content: '\f05b'} /* */
-.octicon-triangle-left:before { content: '\f044'} /* */
-.octicon-triangle-right:before { content: '\f05a'} /* */
-.octicon-triangle-up:before { content: '\f0aa'} /* */
-.octicon-unfold:before { content: '\f039'} /* */
-.octicon-unmute:before { content: '\f0ba'} /* */
-.octicon-versions:before { content: '\f064'} /* */
-.octicon-remove-close:before,
-.octicon-x:before { content: '\f081'} /* */
-.octicon-zap:before { content: '\26A1'} /* ⚡ */
diff --git a/bower_components/octicons/octicons/octicons.eot b/bower_components/octicons/octicons/octicons.eot
deleted file mode 100644
index 7174309a8a..0000000000
Binary files a/bower_components/octicons/octicons/octicons.eot and /dev/null differ
diff --git a/bower_components/octicons/octicons/octicons.less b/bower_components/octicons/octicons/octicons.less
deleted file mode 100644
index 06432b3a10..0000000000
--- a/bower_components/octicons/octicons/octicons.less
+++ /dev/null
@@ -1,235 +0,0 @@
-@octicons-font-path: ".";
-@octicons-version: "bed1e400746387e7e6c82072efdfad6d6d906eb5";
-
-@font-face {
- font-family: 'octicons';
- src: ~"url('@{octicons-font-path}/octicons.eot?#iefix&v=@{octicons-version}') format('embedded-opentype')",
- ~"url('@{octicons-font-path}/octicons.woff?v=@{octicons-version}') format('woff')",
- ~"url('@{octicons-font-path}/octicons.ttf?v=@{octicons-version}') format('truetype')",
- ~"url('@{octicons-font-path}/octicons.svg?v=@{octicons-version}#octicons') format('svg')";
- font-weight: normal;
- font-style: normal;
-}
-
-// .octicon is optimized for 16px.
-// .mega-octicon is optimized for 32px but can be used larger.
-.octicon, .mega-octicon {
- font: normal normal normal 16px/1 octicons;
- display: inline-block;
- text-decoration: none;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-.mega-octicon { font-size: 32px; }
-
-.octicon-alert:before { content: '\f02d'} /* */
-.octicon-alignment-align:before { content: '\f08a'} /* */
-.octicon-alignment-aligned-to:before { content: '\f08e'} /* */
-.octicon-alignment-unalign:before { content: '\f08b'} /* */
-.octicon-arrow-down:before { content: '\f03f'} /* */
-.octicon-arrow-left:before { content: '\f040'} /* */
-.octicon-arrow-right:before { content: '\f03e'} /* */
-.octicon-arrow-small-down:before { content: '\f0a0'} /* */
-.octicon-arrow-small-left:before { content: '\f0a1'} /* */
-.octicon-arrow-small-right:before { content: '\f071'} /* */
-.octicon-arrow-small-up:before { content: '\f09f'} /* */
-.octicon-arrow-up:before { content: '\f03d'} /* */
-.octicon-beer:before { content: '\f069'} /* */
-.octicon-book:before { content: '\f007'} /* */
-.octicon-bookmark:before { content: '\f07b'} /* */
-.octicon-briefcase:before { content: '\f0d3'} /* */
-.octicon-broadcast:before { content: '\f048'} /* */
-.octicon-browser:before { content: '\f0c5'} /* */
-.octicon-bug:before { content: '\f091'} /* */
-.octicon-calendar:before { content: '\f068'} /* */
-.octicon-check:before { content: '\f03a'} /* */
-.octicon-checklist:before { content: '\f076'} /* */
-.octicon-chevron-down:before { content: '\f0a3'} /* */
-.octicon-chevron-left:before { content: '\f0a4'} /* */
-.octicon-chevron-right:before { content: '\f078'} /* */
-.octicon-chevron-up:before { content: '\f0a2'} /* */
-.octicon-circle-slash:before { content: '\f084'} /* */
-.octicon-circuit-board:before { content: '\f0d6'} /* */
-.octicon-clippy:before { content: '\f035'} /* */
-.octicon-clock:before { content: '\f046'} /* */
-.octicon-cloud-download:before { content: '\f00b'} /* */
-.octicon-cloud-upload:before { content: '\f00c'} /* */
-.octicon-code:before { content: '\f05f'} /* */
-.octicon-color-mode:before { content: '\f065'} /* */
-.octicon-comment-add:before,
-.octicon-comment:before { content: '\f02b'} /* */
-.octicon-comment-discussion:before { content: '\f04f'} /* */
-.octicon-credit-card:before { content: '\f045'} /* */
-.octicon-dash:before { content: '\f0ca'} /* */
-.octicon-dashboard:before { content: '\f07d'} /* */
-.octicon-database:before { content: '\f096'} /* */
-.octicon-device-camera:before { content: '\f056'} /* */
-.octicon-device-camera-video:before { content: '\f057'} /* */
-.octicon-device-desktop:before { content: '\f27c'} /* */
-.octicon-device-mobile:before { content: '\f038'} /* */
-.octicon-diff:before { content: '\f04d'} /* */
-.octicon-diff-added:before { content: '\f06b'} /* */
-.octicon-diff-ignored:before { content: '\f099'} /* */
-.octicon-diff-modified:before { content: '\f06d'} /* */
-.octicon-diff-removed:before { content: '\f06c'} /* */
-.octicon-diff-renamed:before { content: '\f06e'} /* */
-.octicon-ellipsis:before { content: '\f09a'} /* */
-.octicon-eye-unwatch:before,
-.octicon-eye-watch:before,
-.octicon-eye:before { content: '\f04e'} /* */
-.octicon-file-binary:before { content: '\f094'} /* */
-.octicon-file-code:before { content: '\f010'} /* */
-.octicon-file-directory:before { content: '\f016'} /* */
-.octicon-file-media:before { content: '\f012'} /* */
-.octicon-file-pdf:before { content: '\f014'} /* */
-.octicon-file-submodule:before { content: '\f017'} /* */
-.octicon-file-symlink-directory:before { content: '\f0b1'} /* */
-.octicon-file-symlink-file:before { content: '\f0b0'} /* */
-.octicon-file-text:before { content: '\f011'} /* */
-.octicon-file-zip:before { content: '\f013'} /* */
-.octicon-flame:before { content: '\f0d2'} /* */
-.octicon-fold:before { content: '\f0cc'} /* */
-.octicon-gear:before { content: '\f02f'} /* */
-.octicon-gift:before { content: '\f042'} /* */
-.octicon-gist:before { content: '\f00e'} /* */
-.octicon-gist-secret:before { content: '\f08c'} /* */
-.octicon-git-branch-create:before,
-.octicon-git-branch-delete:before,
-.octicon-git-branch:before { content: '\f020'} /* */
-.octicon-git-commit:before { content: '\f01f'} /* */
-.octicon-git-compare:before { content: '\f0ac'} /* */
-.octicon-git-merge:before { content: '\f023'} /* */
-.octicon-git-pull-request-abandoned:before,
-.octicon-git-pull-request:before { content: '\f009'} /* */
-.octicon-globe:before { content: '\f0b6'} /* */
-.octicon-graph:before { content: '\f043'} /* */
-.octicon-heart:before { content: '\2665'} /* ♥ */
-.octicon-history:before { content: '\f07e'} /* */
-.octicon-home:before { content: '\f08d'} /* */
-.octicon-horizontal-rule:before { content: '\f070'} /* */
-.octicon-hourglass:before { content: '\f09e'} /* */
-.octicon-hubot:before { content: '\f09d'} /* */
-.octicon-inbox:before { content: '\f0cf'} /* */
-.octicon-info:before { content: '\f059'} /* */
-.octicon-issue-closed:before { content: '\f028'} /* */
-.octicon-issue-opened:before { content: '\f026'} /* */
-.octicon-issue-reopened:before { content: '\f027'} /* */
-.octicon-jersey:before { content: '\f019'} /* */
-.octicon-jump-down:before { content: '\f072'} /* */
-.octicon-jump-left:before { content: '\f0a5'} /* */
-.octicon-jump-right:before { content: '\f0a6'} /* */
-.octicon-jump-up:before { content: '\f073'} /* */
-.octicon-key:before { content: '\f049'} /* */
-.octicon-keyboard:before { content: '\f00d'} /* */
-.octicon-law:before { content: '\f0d8'} /* */
-.octicon-light-bulb:before { content: '\f000'} /* */
-.octicon-link:before { content: '\f05c'} /* */
-.octicon-link-external:before { content: '\f07f'} /* */
-.octicon-list-ordered:before { content: '\f062'} /* */
-.octicon-list-unordered:before { content: '\f061'} /* */
-.octicon-location:before { content: '\f060'} /* */
-.octicon-gist-private:before,
-.octicon-mirror-private:before,
-.octicon-git-fork-private:before,
-.octicon-lock:before { content: '\f06a'} /* */
-.octicon-logo-github:before { content: '\f092'} /* */
-.octicon-mail:before { content: '\f03b'} /* */
-.octicon-mail-read:before { content: '\f03c'} /* */
-.octicon-mail-reply:before { content: '\f051'} /* */
-.octicon-mark-github:before { content: '\f00a'} /* */
-.octicon-markdown:before { content: '\f0c9'} /* */
-.octicon-megaphone:before { content: '\f077'} /* */
-.octicon-mention:before { content: '\f0be'} /* */
-.octicon-microscope:before { content: '\f089'} /* */
-.octicon-milestone:before { content: '\f075'} /* */
-.octicon-mirror-public:before,
-.octicon-mirror:before { content: '\f024'} /* */
-.octicon-mortar-board:before { content: '\f0d7'} /* */
-.octicon-move-down:before { content: '\f0a8'} /* */
-.octicon-move-left:before { content: '\f074'} /* */
-.octicon-move-right:before { content: '\f0a9'} /* */
-.octicon-move-up:before { content: '\f0a7'} /* */
-.octicon-mute:before { content: '\f080'} /* */
-.octicon-no-newline:before { content: '\f09c'} /* */
-.octicon-octoface:before { content: '\f008'} /* */
-.octicon-organization:before { content: '\f037'} /* */
-.octicon-package:before { content: '\f0c4'} /* */
-.octicon-paintcan:before { content: '\f0d1'} /* */
-.octicon-pencil:before { content: '\f058'} /* */
-.octicon-person-add:before,
-.octicon-person-follow:before,
-.octicon-person:before { content: '\f018'} /* */
-.octicon-pin:before { content: '\f041'} /* */
-.octicon-playback-fast-forward:before { content: '\f0bd'} /* */
-.octicon-playback-pause:before { content: '\f0bb'} /* */
-.octicon-playback-play:before { content: '\f0bf'} /* */
-.octicon-playback-rewind:before { content: '\f0bc'} /* */
-.octicon-plug:before { content: '\f0d4'} /* */
-.octicon-repo-create:before,
-.octicon-gist-new:before,
-.octicon-file-directory-create:before,
-.octicon-file-add:before,
-.octicon-plus:before { content: '\f05d'} /* */
-.octicon-podium:before { content: '\f0af'} /* */
-.octicon-primitive-dot:before { content: '\f052'} /* */
-.octicon-primitive-square:before { content: '\f053'} /* */
-.octicon-pulse:before { content: '\f085'} /* */
-.octicon-puzzle:before { content: '\f0c0'} /* */
-.octicon-question:before { content: '\f02c'} /* */
-.octicon-quote:before { content: '\f063'} /* */
-.octicon-radio-tower:before { content: '\f030'} /* */
-.octicon-repo-delete:before,
-.octicon-repo:before { content: '\f001'} /* */
-.octicon-repo-clone:before { content: '\f04c'} /* */
-.octicon-repo-force-push:before { content: '\f04a'} /* */
-.octicon-gist-fork:before,
-.octicon-repo-forked:before { content: '\f002'} /* */
-.octicon-repo-pull:before { content: '\f006'} /* */
-.octicon-repo-push:before { content: '\f005'} /* */
-.octicon-rocket:before { content: '\f033'} /* */
-.octicon-rss:before { content: '\f034'} /* */
-.octicon-ruby:before { content: '\f047'} /* */
-.octicon-screen-full:before { content: '\f066'} /* */
-.octicon-screen-normal:before { content: '\f067'} /* */
-.octicon-search-save:before,
-.octicon-search:before { content: '\f02e'} /* */
-.octicon-server:before { content: '\f097'} /* */
-.octicon-settings:before { content: '\f07c'} /* */
-.octicon-log-in:before,
-.octicon-sign-in:before { content: '\f036'} /* */
-.octicon-log-out:before,
-.octicon-sign-out:before { content: '\f032'} /* */
-.octicon-split:before { content: '\f0c6'} /* */
-.octicon-squirrel:before { content: '\f0b2'} /* */
-.octicon-star-add:before,
-.octicon-star-delete:before,
-.octicon-star:before { content: '\f02a'} /* */
-.octicon-steps:before { content: '\f0c7'} /* */
-.octicon-stop:before { content: '\f08f'} /* */
-.octicon-repo-sync:before,
-.octicon-sync:before { content: '\f087'} /* */
-.octicon-tag-remove:before,
-.octicon-tag-add:before,
-.octicon-tag:before { content: '\f015'} /* */
-.octicon-telescope:before { content: '\f088'} /* */
-.octicon-terminal:before { content: '\f0c8'} /* */
-.octicon-three-bars:before { content: '\f05e'} /* */
-.octicon-thumbsdown:before { content: '\f0db'} /* */
-.octicon-thumbsup:before { content: '\f0da'} /* */
-.octicon-tools:before { content: '\f031'} /* */
-.octicon-trashcan:before { content: '\f0d0'} /* */
-.octicon-triangle-down:before { content: '\f05b'} /* */
-.octicon-triangle-left:before { content: '\f044'} /* */
-.octicon-triangle-right:before { content: '\f05a'} /* */
-.octicon-triangle-up:before { content: '\f0aa'} /* */
-.octicon-unfold:before { content: '\f039'} /* */
-.octicon-unmute:before { content: '\f0ba'} /* */
-.octicon-versions:before { content: '\f064'} /* */
-.octicon-remove-close:before,
-.octicon-x:before { content: '\f081'} /* */
-.octicon-zap:before { content: '\26A1'} /* ⚡ */
diff --git a/bower_components/octicons/octicons/octicons.svg b/bower_components/octicons/octicons/octicons.svg
deleted file mode 100644
index 23faa8628f..0000000000
--- a/bower_components/octicons/octicons/octicons.svg
+++ /dev/null
@@ -1,200 +0,0 @@
-
-
-
diff --git a/bower_components/octicons/octicons/octicons.ttf b/bower_components/octicons/octicons/octicons.ttf
deleted file mode 100644
index 30322c462d..0000000000
Binary files a/bower_components/octicons/octicons/octicons.ttf and /dev/null differ
diff --git a/bower_components/octicons/octicons/octicons.woff b/bower_components/octicons/octicons/octicons.woff
deleted file mode 100644
index 53ba418302..0000000000
Binary files a/bower_components/octicons/octicons/octicons.woff and /dev/null differ
diff --git a/bower_components/octicons/octicons/sprockets-octicons.scss b/bower_components/octicons/octicons/sprockets-octicons.scss
deleted file mode 100644
index 1e8d1cae6a..0000000000
--- a/bower_components/octicons/octicons/sprockets-octicons.scss
+++ /dev/null
@@ -1,232 +0,0 @@
-@font-face {
- font-family: 'octicons';
- src: font-url('octicons.eot?#iefix') format('embedded-opentype'),
- font-url('octicons.woff') format('woff'),
- font-url('octicons.ttf') format('truetype'),
- font-url('octicons.svg#octicons') format('svg');
- font-weight: normal;
- font-style: normal;
-}
-
-// .octicon is optimized for 16px.
-// .mega-octicon is optimized for 32px but can be used larger.
-.octicon, .mega-octicon {
- font: normal normal normal 16px/1 octicons;
- display: inline-block;
- text-decoration: none;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-.mega-octicon { font-size: 32px; }
-
-.octicon-alert:before { content: '\f02d'} /* */
-.octicon-alignment-align:before { content: '\f08a'} /* */
-.octicon-alignment-aligned-to:before { content: '\f08e'} /* */
-.octicon-alignment-unalign:before { content: '\f08b'} /* */
-.octicon-arrow-down:before { content: '\f03f'} /* */
-.octicon-arrow-left:before { content: '\f040'} /* */
-.octicon-arrow-right:before { content: '\f03e'} /* */
-.octicon-arrow-small-down:before { content: '\f0a0'} /* */
-.octicon-arrow-small-left:before { content: '\f0a1'} /* */
-.octicon-arrow-small-right:before { content: '\f071'} /* */
-.octicon-arrow-small-up:before { content: '\f09f'} /* */
-.octicon-arrow-up:before { content: '\f03d'} /* */
-.octicon-beer:before { content: '\f069'} /* */
-.octicon-book:before { content: '\f007'} /* */
-.octicon-bookmark:before { content: '\f07b'} /* */
-.octicon-briefcase:before { content: '\f0d3'} /* */
-.octicon-broadcast:before { content: '\f048'} /* */
-.octicon-browser:before { content: '\f0c5'} /* */
-.octicon-bug:before { content: '\f091'} /* */
-.octicon-calendar:before { content: '\f068'} /* */
-.octicon-check:before { content: '\f03a'} /* */
-.octicon-checklist:before { content: '\f076'} /* */
-.octicon-chevron-down:before { content: '\f0a3'} /* */
-.octicon-chevron-left:before { content: '\f0a4'} /* */
-.octicon-chevron-right:before { content: '\f078'} /* */
-.octicon-chevron-up:before { content: '\f0a2'} /* */
-.octicon-circle-slash:before { content: '\f084'} /* */
-.octicon-circuit-board:before { content: '\f0d6'} /* */
-.octicon-clippy:before { content: '\f035'} /* */
-.octicon-clock:before { content: '\f046'} /* */
-.octicon-cloud-download:before { content: '\f00b'} /* */
-.octicon-cloud-upload:before { content: '\f00c'} /* */
-.octicon-code:before { content: '\f05f'} /* */
-.octicon-color-mode:before { content: '\f065'} /* */
-.octicon-comment-add:before,
-.octicon-comment:before { content: '\f02b'} /* */
-.octicon-comment-discussion:before { content: '\f04f'} /* */
-.octicon-credit-card:before { content: '\f045'} /* */
-.octicon-dash:before { content: '\f0ca'} /* */
-.octicon-dashboard:before { content: '\f07d'} /* */
-.octicon-database:before { content: '\f096'} /* */
-.octicon-device-camera:before { content: '\f056'} /* */
-.octicon-device-camera-video:before { content: '\f057'} /* */
-.octicon-device-desktop:before { content: '\f27c'} /* */
-.octicon-device-mobile:before { content: '\f038'} /* */
-.octicon-diff:before { content: '\f04d'} /* */
-.octicon-diff-added:before { content: '\f06b'} /* */
-.octicon-diff-ignored:before { content: '\f099'} /* */
-.octicon-diff-modified:before { content: '\f06d'} /* */
-.octicon-diff-removed:before { content: '\f06c'} /* */
-.octicon-diff-renamed:before { content: '\f06e'} /* */
-.octicon-ellipsis:before { content: '\f09a'} /* */
-.octicon-eye-unwatch:before,
-.octicon-eye-watch:before,
-.octicon-eye:before { content: '\f04e'} /* */
-.octicon-file-binary:before { content: '\f094'} /* */
-.octicon-file-code:before { content: '\f010'} /* */
-.octicon-file-directory:before { content: '\f016'} /* */
-.octicon-file-media:before { content: '\f012'} /* */
-.octicon-file-pdf:before { content: '\f014'} /* */
-.octicon-file-submodule:before { content: '\f017'} /* */
-.octicon-file-symlink-directory:before { content: '\f0b1'} /* */
-.octicon-file-symlink-file:before { content: '\f0b0'} /* */
-.octicon-file-text:before { content: '\f011'} /* */
-.octicon-file-zip:before { content: '\f013'} /* */
-.octicon-flame:before { content: '\f0d2'} /* */
-.octicon-fold:before { content: '\f0cc'} /* */
-.octicon-gear:before { content: '\f02f'} /* */
-.octicon-gift:before { content: '\f042'} /* */
-.octicon-gist:before { content: '\f00e'} /* */
-.octicon-gist-secret:before { content: '\f08c'} /* */
-.octicon-git-branch-create:before,
-.octicon-git-branch-delete:before,
-.octicon-git-branch:before { content: '\f020'} /* */
-.octicon-git-commit:before { content: '\f01f'} /* */
-.octicon-git-compare:before { content: '\f0ac'} /* */
-.octicon-git-merge:before { content: '\f023'} /* */
-.octicon-git-pull-request-abandoned:before,
-.octicon-git-pull-request:before { content: '\f009'} /* */
-.octicon-globe:before { content: '\f0b6'} /* */
-.octicon-graph:before { content: '\f043'} /* */
-.octicon-heart:before { content: '\2665'} /* ♥ */
-.octicon-history:before { content: '\f07e'} /* */
-.octicon-home:before { content: '\f08d'} /* */
-.octicon-horizontal-rule:before { content: '\f070'} /* */
-.octicon-hourglass:before { content: '\f09e'} /* */
-.octicon-hubot:before { content: '\f09d'} /* */
-.octicon-inbox:before { content: '\f0cf'} /* */
-.octicon-info:before { content: '\f059'} /* */
-.octicon-issue-closed:before { content: '\f028'} /* */
-.octicon-issue-opened:before { content: '\f026'} /* */
-.octicon-issue-reopened:before { content: '\f027'} /* */
-.octicon-jersey:before { content: '\f019'} /* */
-.octicon-jump-down:before { content: '\f072'} /* */
-.octicon-jump-left:before { content: '\f0a5'} /* */
-.octicon-jump-right:before { content: '\f0a6'} /* */
-.octicon-jump-up:before { content: '\f073'} /* */
-.octicon-key:before { content: '\f049'} /* */
-.octicon-keyboard:before { content: '\f00d'} /* */
-.octicon-law:before { content: '\f0d8'} /* */
-.octicon-light-bulb:before { content: '\f000'} /* */
-.octicon-link:before { content: '\f05c'} /* */
-.octicon-link-external:before { content: '\f07f'} /* */
-.octicon-list-ordered:before { content: '\f062'} /* */
-.octicon-list-unordered:before { content: '\f061'} /* */
-.octicon-location:before { content: '\f060'} /* */
-.octicon-gist-private:before,
-.octicon-mirror-private:before,
-.octicon-git-fork-private:before,
-.octicon-lock:before { content: '\f06a'} /* */
-.octicon-logo-github:before { content: '\f092'} /* */
-.octicon-mail:before { content: '\f03b'} /* */
-.octicon-mail-read:before { content: '\f03c'} /* */
-.octicon-mail-reply:before { content: '\f051'} /* */
-.octicon-mark-github:before { content: '\f00a'} /* */
-.octicon-markdown:before { content: '\f0c9'} /* */
-.octicon-megaphone:before { content: '\f077'} /* */
-.octicon-mention:before { content: '\f0be'} /* */
-.octicon-microscope:before { content: '\f089'} /* */
-.octicon-milestone:before { content: '\f075'} /* */
-.octicon-mirror-public:before,
-.octicon-mirror:before { content: '\f024'} /* */
-.octicon-mortar-board:before { content: '\f0d7'} /* */
-.octicon-move-down:before { content: '\f0a8'} /* */
-.octicon-move-left:before { content: '\f074'} /* */
-.octicon-move-right:before { content: '\f0a9'} /* */
-.octicon-move-up:before { content: '\f0a7'} /* */
-.octicon-mute:before { content: '\f080'} /* */
-.octicon-no-newline:before { content: '\f09c'} /* */
-.octicon-octoface:before { content: '\f008'} /* */
-.octicon-organization:before { content: '\f037'} /* */
-.octicon-package:before { content: '\f0c4'} /* */
-.octicon-paintcan:before { content: '\f0d1'} /* */
-.octicon-pencil:before { content: '\f058'} /* */
-.octicon-person-add:before,
-.octicon-person-follow:before,
-.octicon-person:before { content: '\f018'} /* */
-.octicon-pin:before { content: '\f041'} /* */
-.octicon-playback-fast-forward:before { content: '\f0bd'} /* */
-.octicon-playback-pause:before { content: '\f0bb'} /* */
-.octicon-playback-play:before { content: '\f0bf'} /* */
-.octicon-playback-rewind:before { content: '\f0bc'} /* */
-.octicon-plug:before { content: '\f0d4'} /* */
-.octicon-repo-create:before,
-.octicon-gist-new:before,
-.octicon-file-directory-create:before,
-.octicon-file-add:before,
-.octicon-plus:before { content: '\f05d'} /* */
-.octicon-podium:before { content: '\f0af'} /* */
-.octicon-primitive-dot:before { content: '\f052'} /* */
-.octicon-primitive-square:before { content: '\f053'} /* */
-.octicon-pulse:before { content: '\f085'} /* */
-.octicon-puzzle:before { content: '\f0c0'} /* */
-.octicon-question:before { content: '\f02c'} /* */
-.octicon-quote:before { content: '\f063'} /* */
-.octicon-radio-tower:before { content: '\f030'} /* */
-.octicon-repo-delete:before,
-.octicon-repo:before { content: '\f001'} /* */
-.octicon-repo-clone:before { content: '\f04c'} /* */
-.octicon-repo-force-push:before { content: '\f04a'} /* */
-.octicon-gist-fork:before,
-.octicon-repo-forked:before { content: '\f002'} /* */
-.octicon-repo-pull:before { content: '\f006'} /* */
-.octicon-repo-push:before { content: '\f005'} /* */
-.octicon-rocket:before { content: '\f033'} /* */
-.octicon-rss:before { content: '\f034'} /* */
-.octicon-ruby:before { content: '\f047'} /* */
-.octicon-screen-full:before { content: '\f066'} /* */
-.octicon-screen-normal:before { content: '\f067'} /* */
-.octicon-search-save:before,
-.octicon-search:before { content: '\f02e'} /* */
-.octicon-server:before { content: '\f097'} /* */
-.octicon-settings:before { content: '\f07c'} /* */
-.octicon-log-in:before,
-.octicon-sign-in:before { content: '\f036'} /* */
-.octicon-log-out:before,
-.octicon-sign-out:before { content: '\f032'} /* */
-.octicon-split:before { content: '\f0c6'} /* */
-.octicon-squirrel:before { content: '\f0b2'} /* */
-.octicon-star-add:before,
-.octicon-star-delete:before,
-.octicon-star:before { content: '\f02a'} /* */
-.octicon-steps:before { content: '\f0c7'} /* */
-.octicon-stop:before { content: '\f08f'} /* */
-.octicon-repo-sync:before,
-.octicon-sync:before { content: '\f087'} /* */
-.octicon-tag-remove:before,
-.octicon-tag-add:before,
-.octicon-tag:before { content: '\f015'} /* */
-.octicon-telescope:before { content: '\f088'} /* */
-.octicon-terminal:before { content: '\f0c8'} /* */
-.octicon-three-bars:before { content: '\f05e'} /* */
-.octicon-thumbsdown:before { content: '\f0db'} /* */
-.octicon-thumbsup:before { content: '\f0da'} /* */
-.octicon-tools:before { content: '\f031'} /* */
-.octicon-trashcan:before { content: '\f0d0'} /* */
-.octicon-triangle-down:before { content: '\f05b'} /* */
-.octicon-triangle-left:before { content: '\f044'} /* */
-.octicon-triangle-right:before { content: '\f05a'} /* */
-.octicon-triangle-up:before { content: '\f0aa'} /* */
-.octicon-unfold:before { content: '\f039'} /* */
-.octicon-unmute:before { content: '\f0ba'} /* */
-.octicon-versions:before { content: '\f064'} /* */
-.octicon-remove-close:before,
-.octicon-x:before { content: '\f081'} /* */
-.octicon-zap:before { content: '\26A1'} /* ⚡ */
diff --git a/bower_components/octicons/package.json b/bower_components/octicons/package.json
deleted file mode 100644
index 8277c7633d..0000000000
--- a/bower_components/octicons/package.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "octicons",
- "version": "2.1.2",
- "description": "GitHub's icon font",
- "main": "README.md",
- "repository": {
- "type": "git",
- "url": "https://github.com/github/octicons.git"
- },
- "keywords": [
- "GitHub",
- "icons",
- "font",
- "web font",
- "icon font"
- ],
- "author": "GitHub ",
- "license": "SIL OFL 1.1, MIT",
- "bugs": {
- "url": "https://github.com/github/octicons/issues"
- },
- "homepage": "https://octicons.github.com"
-}
diff --git a/bower_components/octicons/svg/alert.svg b/bower_components/octicons/svg/alert.svg
deleted file mode 100644
index ba04d1c67f..0000000000
--- a/bower_components/octicons/svg/alert.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/alignment-align.svg b/bower_components/octicons/svg/alignment-align.svg
deleted file mode 100644
index d8d5ca7b39..0000000000
--- a/bower_components/octicons/svg/alignment-align.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/alignment-aligned-to.svg b/bower_components/octicons/svg/alignment-aligned-to.svg
deleted file mode 100644
index 9a682195ee..0000000000
--- a/bower_components/octicons/svg/alignment-aligned-to.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/alignment-unalign.svg b/bower_components/octicons/svg/alignment-unalign.svg
deleted file mode 100644
index cd05354cb4..0000000000
--- a/bower_components/octicons/svg/alignment-unalign.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/arrow-down.svg b/bower_components/octicons/svg/arrow-down.svg
deleted file mode 100644
index 67f3e8118c..0000000000
--- a/bower_components/octicons/svg/arrow-down.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/arrow-left.svg b/bower_components/octicons/svg/arrow-left.svg
deleted file mode 100644
index acbcee4d7c..0000000000
--- a/bower_components/octicons/svg/arrow-left.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/arrow-right.svg b/bower_components/octicons/svg/arrow-right.svg
deleted file mode 100644
index 848b4d82e9..0000000000
--- a/bower_components/octicons/svg/arrow-right.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/arrow-small-down.svg b/bower_components/octicons/svg/arrow-small-down.svg
deleted file mode 100644
index f38f60229f..0000000000
--- a/bower_components/octicons/svg/arrow-small-down.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/arrow-small-left.svg b/bower_components/octicons/svg/arrow-small-left.svg
deleted file mode 100644
index 2c6ebc1cd1..0000000000
--- a/bower_components/octicons/svg/arrow-small-left.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/arrow-small-right.svg b/bower_components/octicons/svg/arrow-small-right.svg
deleted file mode 100644
index 805ff36335..0000000000
--- a/bower_components/octicons/svg/arrow-small-right.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/arrow-small-up.svg b/bower_components/octicons/svg/arrow-small-up.svg
deleted file mode 100644
index 3604cd9824..0000000000
--- a/bower_components/octicons/svg/arrow-small-up.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/arrow-up.svg b/bower_components/octicons/svg/arrow-up.svg
deleted file mode 100644
index 5cca743313..0000000000
--- a/bower_components/octicons/svg/arrow-up.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/beer.svg b/bower_components/octicons/svg/beer.svg
deleted file mode 100644
index e6966c29e3..0000000000
--- a/bower_components/octicons/svg/beer.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/book.svg b/bower_components/octicons/svg/book.svg
deleted file mode 100644
index cde3a750b5..0000000000
--- a/bower_components/octicons/svg/book.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/bookmark.svg b/bower_components/octicons/svg/bookmark.svg
deleted file mode 100644
index fbbb397752..0000000000
--- a/bower_components/octicons/svg/bookmark.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/briefcase.svg b/bower_components/octicons/svg/briefcase.svg
deleted file mode 100644
index 9850835f45..0000000000
--- a/bower_components/octicons/svg/briefcase.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/broadcast.svg b/bower_components/octicons/svg/broadcast.svg
deleted file mode 100644
index 99a66a14c4..0000000000
--- a/bower_components/octicons/svg/broadcast.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/browser.svg b/bower_components/octicons/svg/browser.svg
deleted file mode 100644
index c21a4cb2bb..0000000000
--- a/bower_components/octicons/svg/browser.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/bug.svg b/bower_components/octicons/svg/bug.svg
deleted file mode 100644
index 421b57b9c3..0000000000
--- a/bower_components/octicons/svg/bug.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/calendar.svg b/bower_components/octicons/svg/calendar.svg
deleted file mode 100644
index 1b942f09c4..0000000000
--- a/bower_components/octicons/svg/calendar.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/check.svg b/bower_components/octicons/svg/check.svg
deleted file mode 100644
index 6a0d1e0d74..0000000000
--- a/bower_components/octicons/svg/check.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/checklist.svg b/bower_components/octicons/svg/checklist.svg
deleted file mode 100644
index 2662a5062d..0000000000
--- a/bower_components/octicons/svg/checklist.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/chevron-down.svg b/bower_components/octicons/svg/chevron-down.svg
deleted file mode 100644
index 8480155fb2..0000000000
--- a/bower_components/octicons/svg/chevron-down.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/chevron-left.svg b/bower_components/octicons/svg/chevron-left.svg
deleted file mode 100644
index c62ba39c58..0000000000
--- a/bower_components/octicons/svg/chevron-left.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/chevron-right.svg b/bower_components/octicons/svg/chevron-right.svg
deleted file mode 100644
index 8bf8547a4b..0000000000
--- a/bower_components/octicons/svg/chevron-right.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/chevron-up.svg b/bower_components/octicons/svg/chevron-up.svg
deleted file mode 100644
index 17ecb5d1dc..0000000000
--- a/bower_components/octicons/svg/chevron-up.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/circle-slash.svg b/bower_components/octicons/svg/circle-slash.svg
deleted file mode 100644
index 3032d6ff1c..0000000000
--- a/bower_components/octicons/svg/circle-slash.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/circuit-board.svg b/bower_components/octicons/svg/circuit-board.svg
deleted file mode 100644
index 3e1e4d1e2d..0000000000
--- a/bower_components/octicons/svg/circuit-board.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/clippy.svg b/bower_components/octicons/svg/clippy.svg
deleted file mode 100644
index d9122d70e2..0000000000
--- a/bower_components/octicons/svg/clippy.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/clock.svg b/bower_components/octicons/svg/clock.svg
deleted file mode 100644
index d4cea05e8a..0000000000
--- a/bower_components/octicons/svg/clock.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/cloud-download.svg b/bower_components/octicons/svg/cloud-download.svg
deleted file mode 100644
index ca7b3c6319..0000000000
--- a/bower_components/octicons/svg/cloud-download.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/cloud-upload.svg b/bower_components/octicons/svg/cloud-upload.svg
deleted file mode 100644
index 35ae6466cf..0000000000
--- a/bower_components/octicons/svg/cloud-upload.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/code.svg b/bower_components/octicons/svg/code.svg
deleted file mode 100644
index e5d4ac69e0..0000000000
--- a/bower_components/octicons/svg/code.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/color-mode.svg b/bower_components/octicons/svg/color-mode.svg
deleted file mode 100644
index 1e37cbadf0..0000000000
--- a/bower_components/octicons/svg/color-mode.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/comment-discussion.svg b/bower_components/octicons/svg/comment-discussion.svg
deleted file mode 100644
index 3e9e97b17b..0000000000
--- a/bower_components/octicons/svg/comment-discussion.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/comment.svg b/bower_components/octicons/svg/comment.svg
deleted file mode 100644
index da6cc00f87..0000000000
--- a/bower_components/octicons/svg/comment.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/credit-card.svg b/bower_components/octicons/svg/credit-card.svg
deleted file mode 100644
index 009332231d..0000000000
--- a/bower_components/octicons/svg/credit-card.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/dash.svg b/bower_components/octicons/svg/dash.svg
deleted file mode 100644
index f32e98bbd7..0000000000
--- a/bower_components/octicons/svg/dash.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/dashboard.svg b/bower_components/octicons/svg/dashboard.svg
deleted file mode 100644
index cbf44ebe96..0000000000
--- a/bower_components/octicons/svg/dashboard.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/database.svg b/bower_components/octicons/svg/database.svg
deleted file mode 100644
index 050e97227e..0000000000
--- a/bower_components/octicons/svg/database.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/device-camera-video.svg b/bower_components/octicons/svg/device-camera-video.svg
deleted file mode 100644
index 4edd28385b..0000000000
--- a/bower_components/octicons/svg/device-camera-video.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/device-camera.svg b/bower_components/octicons/svg/device-camera.svg
deleted file mode 100644
index 06cbe96ebe..0000000000
--- a/bower_components/octicons/svg/device-camera.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/device-desktop.svg b/bower_components/octicons/svg/device-desktop.svg
deleted file mode 100644
index 439c1745fc..0000000000
--- a/bower_components/octicons/svg/device-desktop.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/device-mobile.svg b/bower_components/octicons/svg/device-mobile.svg
deleted file mode 100644
index 1ec23ab598..0000000000
--- a/bower_components/octicons/svg/device-mobile.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/diff-added.svg b/bower_components/octicons/svg/diff-added.svg
deleted file mode 100644
index ae8392c542..0000000000
--- a/bower_components/octicons/svg/diff-added.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/diff-ignored.svg b/bower_components/octicons/svg/diff-ignored.svg
deleted file mode 100644
index 56b24e7a8c..0000000000
--- a/bower_components/octicons/svg/diff-ignored.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/diff-modified.svg b/bower_components/octicons/svg/diff-modified.svg
deleted file mode 100644
index 7708dac1df..0000000000
--- a/bower_components/octicons/svg/diff-modified.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/diff-removed.svg b/bower_components/octicons/svg/diff-removed.svg
deleted file mode 100644
index 4a107a92d4..0000000000
--- a/bower_components/octicons/svg/diff-removed.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/diff-renamed.svg b/bower_components/octicons/svg/diff-renamed.svg
deleted file mode 100644
index 2bab07767d..0000000000
--- a/bower_components/octicons/svg/diff-renamed.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/diff.svg b/bower_components/octicons/svg/diff.svg
deleted file mode 100644
index a4f6ff807f..0000000000
--- a/bower_components/octicons/svg/diff.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/ellipsis.svg b/bower_components/octicons/svg/ellipsis.svg
deleted file mode 100644
index c8be3812c1..0000000000
--- a/bower_components/octicons/svg/ellipsis.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/eye.svg b/bower_components/octicons/svg/eye.svg
deleted file mode 100644
index aaa91b3370..0000000000
--- a/bower_components/octicons/svg/eye.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-binary.svg b/bower_components/octicons/svg/file-binary.svg
deleted file mode 100644
index 69d9c1e445..0000000000
--- a/bower_components/octicons/svg/file-binary.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-code.svg b/bower_components/octicons/svg/file-code.svg
deleted file mode 100644
index 8067fbebfa..0000000000
--- a/bower_components/octicons/svg/file-code.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-directory.svg b/bower_components/octicons/svg/file-directory.svg
deleted file mode 100644
index cecebe0050..0000000000
--- a/bower_components/octicons/svg/file-directory.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-media.svg b/bower_components/octicons/svg/file-media.svg
deleted file mode 100644
index b927e86591..0000000000
--- a/bower_components/octicons/svg/file-media.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-pdf.svg b/bower_components/octicons/svg/file-pdf.svg
deleted file mode 100644
index 89394d6f25..0000000000
--- a/bower_components/octicons/svg/file-pdf.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-submodule.svg b/bower_components/octicons/svg/file-submodule.svg
deleted file mode 100644
index d1952877b0..0000000000
--- a/bower_components/octicons/svg/file-submodule.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-symlink-directory.svg b/bower_components/octicons/svg/file-symlink-directory.svg
deleted file mode 100644
index df8ecfff23..0000000000
--- a/bower_components/octicons/svg/file-symlink-directory.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-symlink-file.svg b/bower_components/octicons/svg/file-symlink-file.svg
deleted file mode 100644
index af4a054309..0000000000
--- a/bower_components/octicons/svg/file-symlink-file.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-text.svg b/bower_components/octicons/svg/file-text.svg
deleted file mode 100644
index c00aae4abe..0000000000
--- a/bower_components/octicons/svg/file-text.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/file-zip.svg b/bower_components/octicons/svg/file-zip.svg
deleted file mode 100644
index f9ab80cdb4..0000000000
--- a/bower_components/octicons/svg/file-zip.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/flame.svg b/bower_components/octicons/svg/flame.svg
deleted file mode 100644
index f22a2307a0..0000000000
--- a/bower_components/octicons/svg/flame.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/fold.svg b/bower_components/octicons/svg/fold.svg
deleted file mode 100644
index 033a778f34..0000000000
--- a/bower_components/octicons/svg/fold.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/gear.svg b/bower_components/octicons/svg/gear.svg
deleted file mode 100644
index 31855b2d27..0000000000
--- a/bower_components/octicons/svg/gear.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/gift.svg b/bower_components/octicons/svg/gift.svg
deleted file mode 100644
index 1af20fa81a..0000000000
--- a/bower_components/octicons/svg/gift.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/gist-secret.svg b/bower_components/octicons/svg/gist-secret.svg
deleted file mode 100644
index dca15c2488..0000000000
--- a/bower_components/octicons/svg/gist-secret.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/gist.svg b/bower_components/octicons/svg/gist.svg
deleted file mode 100644
index 6deba75640..0000000000
--- a/bower_components/octicons/svg/gist.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/git-branch.svg b/bower_components/octicons/svg/git-branch.svg
deleted file mode 100644
index 81508b9cc3..0000000000
--- a/bower_components/octicons/svg/git-branch.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/git-commit.svg b/bower_components/octicons/svg/git-commit.svg
deleted file mode 100644
index 0ac449f957..0000000000
--- a/bower_components/octicons/svg/git-commit.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/git-compare.svg b/bower_components/octicons/svg/git-compare.svg
deleted file mode 100644
index d5b2cb4fcd..0000000000
--- a/bower_components/octicons/svg/git-compare.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/git-merge.svg b/bower_components/octicons/svg/git-merge.svg
deleted file mode 100644
index 3dce3ca583..0000000000
--- a/bower_components/octicons/svg/git-merge.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/git-pull-request.svg b/bower_components/octicons/svg/git-pull-request.svg
deleted file mode 100644
index 62f9afe48d..0000000000
--- a/bower_components/octicons/svg/git-pull-request.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/globe.svg b/bower_components/octicons/svg/globe.svg
deleted file mode 100644
index 5108ca0e3d..0000000000
--- a/bower_components/octicons/svg/globe.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/graph.svg b/bower_components/octicons/svg/graph.svg
deleted file mode 100644
index 26943043f2..0000000000
--- a/bower_components/octicons/svg/graph.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/heart.svg b/bower_components/octicons/svg/heart.svg
deleted file mode 100644
index 4c0bec0d0c..0000000000
--- a/bower_components/octicons/svg/heart.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/history.svg b/bower_components/octicons/svg/history.svg
deleted file mode 100644
index 83ff3d89f7..0000000000
--- a/bower_components/octicons/svg/history.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/home.svg b/bower_components/octicons/svg/home.svg
deleted file mode 100644
index db77f4356c..0000000000
--- a/bower_components/octicons/svg/home.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/horizontal-rule.svg b/bower_components/octicons/svg/horizontal-rule.svg
deleted file mode 100644
index 38e5975654..0000000000
--- a/bower_components/octicons/svg/horizontal-rule.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/hourglass.svg b/bower_components/octicons/svg/hourglass.svg
deleted file mode 100644
index 1acfeb3afb..0000000000
--- a/bower_components/octicons/svg/hourglass.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/hubot.svg b/bower_components/octicons/svg/hubot.svg
deleted file mode 100644
index d2dbbc44c6..0000000000
--- a/bower_components/octicons/svg/hubot.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/inbox.svg b/bower_components/octicons/svg/inbox.svg
deleted file mode 100644
index fd5367897d..0000000000
--- a/bower_components/octicons/svg/inbox.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/info.svg b/bower_components/octicons/svg/info.svg
deleted file mode 100644
index d4cecec306..0000000000
--- a/bower_components/octicons/svg/info.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/issue-closed.svg b/bower_components/octicons/svg/issue-closed.svg
deleted file mode 100644
index 6acc0f2274..0000000000
--- a/bower_components/octicons/svg/issue-closed.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/issue-opened.svg b/bower_components/octicons/svg/issue-opened.svg
deleted file mode 100644
index fb3bff2555..0000000000
--- a/bower_components/octicons/svg/issue-opened.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/issue-reopened.svg b/bower_components/octicons/svg/issue-reopened.svg
deleted file mode 100644
index 3e7df4f2f7..0000000000
--- a/bower_components/octicons/svg/issue-reopened.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/jersey.svg b/bower_components/octicons/svg/jersey.svg
deleted file mode 100644
index 544ac1fcf2..0000000000
--- a/bower_components/octicons/svg/jersey.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/jump-down.svg b/bower_components/octicons/svg/jump-down.svg
deleted file mode 100644
index e8f5394260..0000000000
--- a/bower_components/octicons/svg/jump-down.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/jump-left.svg b/bower_components/octicons/svg/jump-left.svg
deleted file mode 100644
index 1cb331b778..0000000000
--- a/bower_components/octicons/svg/jump-left.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/jump-right.svg b/bower_components/octicons/svg/jump-right.svg
deleted file mode 100644
index 09c4702ddc..0000000000
--- a/bower_components/octicons/svg/jump-right.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/jump-up.svg b/bower_components/octicons/svg/jump-up.svg
deleted file mode 100644
index 89356f5dcf..0000000000
--- a/bower_components/octicons/svg/jump-up.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/key.svg b/bower_components/octicons/svg/key.svg
deleted file mode 100644
index dd2c577c85..0000000000
--- a/bower_components/octicons/svg/key.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/keyboard.svg b/bower_components/octicons/svg/keyboard.svg
deleted file mode 100644
index 2611824f52..0000000000
--- a/bower_components/octicons/svg/keyboard.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/law.svg b/bower_components/octicons/svg/law.svg
deleted file mode 100644
index d0fbf9050f..0000000000
--- a/bower_components/octicons/svg/law.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/light-bulb.svg b/bower_components/octicons/svg/light-bulb.svg
deleted file mode 100644
index c1131f3b1d..0000000000
--- a/bower_components/octicons/svg/light-bulb.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/link-external.svg b/bower_components/octicons/svg/link-external.svg
deleted file mode 100644
index 596f0b1743..0000000000
--- a/bower_components/octicons/svg/link-external.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/link.svg b/bower_components/octicons/svg/link.svg
deleted file mode 100644
index 96a4171c7b..0000000000
--- a/bower_components/octicons/svg/link.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/list-ordered.svg b/bower_components/octicons/svg/list-ordered.svg
deleted file mode 100644
index 5ffadb6de4..0000000000
--- a/bower_components/octicons/svg/list-ordered.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/list-unordered.svg b/bower_components/octicons/svg/list-unordered.svg
deleted file mode 100644
index dc3ab72d27..0000000000
--- a/bower_components/octicons/svg/list-unordered.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/location.svg b/bower_components/octicons/svg/location.svg
deleted file mode 100644
index 06a1d597b7..0000000000
--- a/bower_components/octicons/svg/location.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/lock.svg b/bower_components/octicons/svg/lock.svg
deleted file mode 100644
index 0315b85835..0000000000
--- a/bower_components/octicons/svg/lock.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/logo-github.svg b/bower_components/octicons/svg/logo-github.svg
deleted file mode 100644
index 136ed38609..0000000000
--- a/bower_components/octicons/svg/logo-github.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/mail-read.svg b/bower_components/octicons/svg/mail-read.svg
deleted file mode 100644
index f4eeccd1c7..0000000000
--- a/bower_components/octicons/svg/mail-read.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/mail-reply.svg b/bower_components/octicons/svg/mail-reply.svg
deleted file mode 100644
index a96d77873f..0000000000
--- a/bower_components/octicons/svg/mail-reply.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/mail.svg b/bower_components/octicons/svg/mail.svg
deleted file mode 100644
index 0c2b2caa8a..0000000000
--- a/bower_components/octicons/svg/mail.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/mark-github.svg b/bower_components/octicons/svg/mark-github.svg
deleted file mode 100644
index f4b5162f79..0000000000
--- a/bower_components/octicons/svg/mark-github.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/markdown.svg b/bower_components/octicons/svg/markdown.svg
deleted file mode 100644
index 3a3bddb148..0000000000
--- a/bower_components/octicons/svg/markdown.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/megaphone.svg b/bower_components/octicons/svg/megaphone.svg
deleted file mode 100644
index bdf1501ef2..0000000000
--- a/bower_components/octicons/svg/megaphone.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/mention.svg b/bower_components/octicons/svg/mention.svg
deleted file mode 100644
index 877568a5ff..0000000000
--- a/bower_components/octicons/svg/mention.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/microscope.svg b/bower_components/octicons/svg/microscope.svg
deleted file mode 100644
index 933558af48..0000000000
--- a/bower_components/octicons/svg/microscope.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/milestone.svg b/bower_components/octicons/svg/milestone.svg
deleted file mode 100644
index 4ac2e2de14..0000000000
--- a/bower_components/octicons/svg/milestone.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/mirror.svg b/bower_components/octicons/svg/mirror.svg
deleted file mode 100644
index 303d8afdef..0000000000
--- a/bower_components/octicons/svg/mirror.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/mortar-board.svg b/bower_components/octicons/svg/mortar-board.svg
deleted file mode 100644
index 48d46d2dcd..0000000000
--- a/bower_components/octicons/svg/mortar-board.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/move-down.svg b/bower_components/octicons/svg/move-down.svg
deleted file mode 100644
index d04ea82292..0000000000
--- a/bower_components/octicons/svg/move-down.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/move-left.svg b/bower_components/octicons/svg/move-left.svg
deleted file mode 100644
index 60c42889ca..0000000000
--- a/bower_components/octicons/svg/move-left.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/move-right.svg b/bower_components/octicons/svg/move-right.svg
deleted file mode 100644
index b926072292..0000000000
--- a/bower_components/octicons/svg/move-right.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/move-up.svg b/bower_components/octicons/svg/move-up.svg
deleted file mode 100644
index 80321cfe14..0000000000
--- a/bower_components/octicons/svg/move-up.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/mute.svg b/bower_components/octicons/svg/mute.svg
deleted file mode 100644
index bb69183aeb..0000000000
--- a/bower_components/octicons/svg/mute.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/no-newline.svg b/bower_components/octicons/svg/no-newline.svg
deleted file mode 100644
index bedb868b9d..0000000000
--- a/bower_components/octicons/svg/no-newline.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/octoface.svg b/bower_components/octicons/svg/octoface.svg
deleted file mode 100644
index de191e8e6d..0000000000
--- a/bower_components/octicons/svg/octoface.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/organization.svg b/bower_components/octicons/svg/organization.svg
deleted file mode 100644
index 38dbc500a4..0000000000
--- a/bower_components/octicons/svg/organization.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/package.svg b/bower_components/octicons/svg/package.svg
deleted file mode 100644
index 16c91220e8..0000000000
--- a/bower_components/octicons/svg/package.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/paintcan.svg b/bower_components/octicons/svg/paintcan.svg
deleted file mode 100644
index d62f91e934..0000000000
--- a/bower_components/octicons/svg/paintcan.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/pencil.svg b/bower_components/octicons/svg/pencil.svg
deleted file mode 100644
index 4173ba4c1b..0000000000
--- a/bower_components/octicons/svg/pencil.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/person.svg b/bower_components/octicons/svg/person.svg
deleted file mode 100644
index b6b42b1992..0000000000
--- a/bower_components/octicons/svg/person.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/pin.svg b/bower_components/octicons/svg/pin.svg
deleted file mode 100644
index 95b2e055f1..0000000000
--- a/bower_components/octicons/svg/pin.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/playback-fast-forward.svg b/bower_components/octicons/svg/playback-fast-forward.svg
deleted file mode 100644
index d85c73a4db..0000000000
--- a/bower_components/octicons/svg/playback-fast-forward.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/playback-pause.svg b/bower_components/octicons/svg/playback-pause.svg
deleted file mode 100644
index 36c638bb77..0000000000
--- a/bower_components/octicons/svg/playback-pause.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/playback-play.svg b/bower_components/octicons/svg/playback-play.svg
deleted file mode 100644
index 62c1571808..0000000000
--- a/bower_components/octicons/svg/playback-play.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/playback-rewind.svg b/bower_components/octicons/svg/playback-rewind.svg
deleted file mode 100644
index 6ffd787208..0000000000
--- a/bower_components/octicons/svg/playback-rewind.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/plug.svg b/bower_components/octicons/svg/plug.svg
deleted file mode 100644
index 174446df6a..0000000000
--- a/bower_components/octicons/svg/plug.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/plus.svg b/bower_components/octicons/svg/plus.svg
deleted file mode 100644
index 029a7d46d5..0000000000
--- a/bower_components/octicons/svg/plus.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/podium.svg b/bower_components/octicons/svg/podium.svg
deleted file mode 100644
index bb8ec4b1ae..0000000000
--- a/bower_components/octicons/svg/podium.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/primitive-dot.svg b/bower_components/octicons/svg/primitive-dot.svg
deleted file mode 100644
index 9e1a80bce7..0000000000
--- a/bower_components/octicons/svg/primitive-dot.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/primitive-square.svg b/bower_components/octicons/svg/primitive-square.svg
deleted file mode 100644
index 84b06a9472..0000000000
--- a/bower_components/octicons/svg/primitive-square.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/pulse.svg b/bower_components/octicons/svg/pulse.svg
deleted file mode 100644
index 4c91e1835e..0000000000
--- a/bower_components/octicons/svg/pulse.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/puzzle.svg b/bower_components/octicons/svg/puzzle.svg
deleted file mode 100644
index b39823b9df..0000000000
--- a/bower_components/octicons/svg/puzzle.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/question.svg b/bower_components/octicons/svg/question.svg
deleted file mode 100644
index 2f817787eb..0000000000
--- a/bower_components/octicons/svg/question.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/quote.svg b/bower_components/octicons/svg/quote.svg
deleted file mode 100644
index 6648dc0ba0..0000000000
--- a/bower_components/octicons/svg/quote.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/radio-tower.svg b/bower_components/octicons/svg/radio-tower.svg
deleted file mode 100644
index bcbf90636e..0000000000
--- a/bower_components/octicons/svg/radio-tower.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/repo-clone.svg b/bower_components/octicons/svg/repo-clone.svg
deleted file mode 100644
index 4e61520c92..0000000000
--- a/bower_components/octicons/svg/repo-clone.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/repo-force-push.svg b/bower_components/octicons/svg/repo-force-push.svg
deleted file mode 100644
index 0b82fa90c7..0000000000
--- a/bower_components/octicons/svg/repo-force-push.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/repo-forked.svg b/bower_components/octicons/svg/repo-forked.svg
deleted file mode 100644
index 634ee777a6..0000000000
--- a/bower_components/octicons/svg/repo-forked.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/repo-pull.svg b/bower_components/octicons/svg/repo-pull.svg
deleted file mode 100644
index e9e267d6f7..0000000000
--- a/bower_components/octicons/svg/repo-pull.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/repo-push.svg b/bower_components/octicons/svg/repo-push.svg
deleted file mode 100644
index 80c85043ed..0000000000
--- a/bower_components/octicons/svg/repo-push.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/repo.svg b/bower_components/octicons/svg/repo.svg
deleted file mode 100644
index f14a1b7dfe..0000000000
--- a/bower_components/octicons/svg/repo.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/rocket.svg b/bower_components/octicons/svg/rocket.svg
deleted file mode 100644
index 8aefbcdf84..0000000000
--- a/bower_components/octicons/svg/rocket.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/rss.svg b/bower_components/octicons/svg/rss.svg
deleted file mode 100644
index 0cda32fdd0..0000000000
--- a/bower_components/octicons/svg/rss.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/ruby.svg b/bower_components/octicons/svg/ruby.svg
deleted file mode 100644
index 9fff84f09f..0000000000
--- a/bower_components/octicons/svg/ruby.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/screen-full.svg b/bower_components/octicons/svg/screen-full.svg
deleted file mode 100644
index caa4dfadee..0000000000
--- a/bower_components/octicons/svg/screen-full.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/screen-normal.svg b/bower_components/octicons/svg/screen-normal.svg
deleted file mode 100644
index 1bcf6a89e3..0000000000
--- a/bower_components/octicons/svg/screen-normal.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/search.svg b/bower_components/octicons/svg/search.svg
deleted file mode 100644
index 8c207c15b2..0000000000
--- a/bower_components/octicons/svg/search.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/server.svg b/bower_components/octicons/svg/server.svg
deleted file mode 100644
index 3d58c25e32..0000000000
--- a/bower_components/octicons/svg/server.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/settings.svg b/bower_components/octicons/svg/settings.svg
deleted file mode 100644
index 5a0d862153..0000000000
--- a/bower_components/octicons/svg/settings.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/sign-in.svg b/bower_components/octicons/svg/sign-in.svg
deleted file mode 100644
index 4713877adf..0000000000
--- a/bower_components/octicons/svg/sign-in.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/sign-out.svg b/bower_components/octicons/svg/sign-out.svg
deleted file mode 100644
index 75d3eeed87..0000000000
--- a/bower_components/octicons/svg/sign-out.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/split.svg b/bower_components/octicons/svg/split.svg
deleted file mode 100644
index 9588884ae1..0000000000
--- a/bower_components/octicons/svg/split.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/squirrel.svg b/bower_components/octicons/svg/squirrel.svg
deleted file mode 100644
index 4a80ab7812..0000000000
--- a/bower_components/octicons/svg/squirrel.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/star.svg b/bower_components/octicons/svg/star.svg
deleted file mode 100644
index 6c51448765..0000000000
--- a/bower_components/octicons/svg/star.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/steps.svg b/bower_components/octicons/svg/steps.svg
deleted file mode 100644
index 9ac01c0fa4..0000000000
--- a/bower_components/octicons/svg/steps.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/stop.svg b/bower_components/octicons/svg/stop.svg
deleted file mode 100644
index 1324c1dbf5..0000000000
--- a/bower_components/octicons/svg/stop.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/sync.svg b/bower_components/octicons/svg/sync.svg
deleted file mode 100644
index ad9b161cdc..0000000000
--- a/bower_components/octicons/svg/sync.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/tag.svg b/bower_components/octicons/svg/tag.svg
deleted file mode 100644
index 5f2e5cee90..0000000000
--- a/bower_components/octicons/svg/tag.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/telescope.svg b/bower_components/octicons/svg/telescope.svg
deleted file mode 100644
index 524e24677c..0000000000
--- a/bower_components/octicons/svg/telescope.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/terminal.svg b/bower_components/octicons/svg/terminal.svg
deleted file mode 100644
index 3ba4b611b0..0000000000
--- a/bower_components/octicons/svg/terminal.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/three-bars.svg b/bower_components/octicons/svg/three-bars.svg
deleted file mode 100644
index e01a2fae06..0000000000
--- a/bower_components/octicons/svg/three-bars.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/thumbsdown.svg b/bower_components/octicons/svg/thumbsdown.svg
deleted file mode 100644
index 833f0241ef..0000000000
--- a/bower_components/octicons/svg/thumbsdown.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/thumbsup.svg b/bower_components/octicons/svg/thumbsup.svg
deleted file mode 100644
index bee6c7cb45..0000000000
--- a/bower_components/octicons/svg/thumbsup.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/tools.svg b/bower_components/octicons/svg/tools.svg
deleted file mode 100644
index 658a3bf515..0000000000
--- a/bower_components/octicons/svg/tools.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/trashcan.svg b/bower_components/octicons/svg/trashcan.svg
deleted file mode 100644
index c6356893bc..0000000000
--- a/bower_components/octicons/svg/trashcan.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/triangle-down.svg b/bower_components/octicons/svg/triangle-down.svg
deleted file mode 100644
index ce87663087..0000000000
--- a/bower_components/octicons/svg/triangle-down.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/triangle-left.svg b/bower_components/octicons/svg/triangle-left.svg
deleted file mode 100644
index 5d13d84205..0000000000
--- a/bower_components/octicons/svg/triangle-left.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/triangle-right.svg b/bower_components/octicons/svg/triangle-right.svg
deleted file mode 100644
index b05f3ae288..0000000000
--- a/bower_components/octicons/svg/triangle-right.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/triangle-up.svg b/bower_components/octicons/svg/triangle-up.svg
deleted file mode 100644
index 915f95158b..0000000000
--- a/bower_components/octicons/svg/triangle-up.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/unfold.svg b/bower_components/octicons/svg/unfold.svg
deleted file mode 100644
index 73053764ee..0000000000
--- a/bower_components/octicons/svg/unfold.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/unmute.svg b/bower_components/octicons/svg/unmute.svg
deleted file mode 100644
index 6f949f6ea3..0000000000
--- a/bower_components/octicons/svg/unmute.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/versions.svg b/bower_components/octicons/svg/versions.svg
deleted file mode 100644
index eb4065506e..0000000000
--- a/bower_components/octicons/svg/versions.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/x.svg b/bower_components/octicons/svg/x.svg
deleted file mode 100644
index b359fffe2e..0000000000
--- a/bower_components/octicons/svg/x.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/octicons/svg/zap.svg b/bower_components/octicons/svg/zap.svg
deleted file mode 100644
index c330af6a19..0000000000
--- a/bower_components/octicons/svg/zap.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/bower_components/primer-user-content/.bower.json b/bower_components/primer-user-content/.bower.json
deleted file mode 100644
index e4ebc9e351..0000000000
--- a/bower_components/primer-user-content/.bower.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "primer-user-content",
- "keywords": [
- "github",
- "markdown",
- "css"
- ],
- "main": [
- "dist/github-markdown.css"
- ],
- "ignore": [
- "**/.*",
- "*.js",
- "README.md",
- "Gruntfile.js",
- "package.json",
- "render-test.md"
- ],
- "homepage": "https://github.com/primer/user-content",
- "version": "2.1.7",
- "_release": "2.1.7",
- "_resolution": {
- "type": "version",
- "tag": "v2.1.7",
- "commit": "66c71cd395676b58fe3de587fb643eb0c11509d8"
- },
- "_source": "https://github.com/primer/user-content.git",
- "_target": "2.1.7",
- "_originalSource": "https://github.com/primer/user-content.git"
-}
\ No newline at end of file
diff --git a/bower_components/primer-user-content/CLA.md b/bower_components/primer-user-content/CLA.md
deleted file mode 100644
index d73f7db313..0000000000
--- a/bower_components/primer-user-content/CLA.md
+++ /dev/null
@@ -1,49 +0,0 @@
-# GitHub CLA
-
-## Don't give up - please go ahead and create this PR.
-We welcome you to follow, fork, and work on, our open source projects. If you want to contribute back to this project, or any other GitHub project, we need to ask you to complete the Contributor License Agreement (CLA) below. If you are contributing on behalf of your employer, or as part of your role as an employee, remember that you are signing in the name of your employer and you have to make sure that that's okay before you sign.
-
-## What is this?
-This is GitHub Inc.’s Contributor License Agreement. If you’ve worked in the technology space before, contributed or maintained an open source project, there’s a good chance that you’ve run across one or more of these in the past. What CLAs aim to do is make sure the project is able to merge contributions from multiple contributors without getting itself into different types of trouble. This one is no different in that sense.
-
-## Why is this?
-The answer is that we need to protect the open source projects that we maintain, their users and their contributors (including Hubber contributors, of course, but not just). Why? Just imagine a case when a contributor is making a contribution to a project and that contribution is subsequently merged and becomes an integral part of the project. Now, go on to imagine that our contributor copied the code, or that this contributor works for a company that doesn't want its employees to make contributions to this project or any project. What then? Well, the person the code was copied from or the company can do whatever the hell they like, including to come after the project and its users if using it, make them stop or even sue. If either has patent rights in the code, the project is in even deeper trouble.
-
-
-## So.
-Please read the following terms, make sure you understand, and that if you agree, that you sign. Then, your pull request would be created and the project and the other contributors would be safe. It's important to us that you remember that except for the license you grant by signing this document - to GitHub, to your fellow contributors and to the project, you reserve all right, title, and interest in your contributions.
-
-###1. Definitions.
-
-*You*, *you* (*Your*, or *your*) means the copyright owner or legal entity authorized by the copyright owner to sign this agreement.
-
-*Contribution* or *contribution* means any original work of authorship, including any modifications or additions to an existing work, that is submitted to a GitHub project. "Submitted" means via a Pull Request, an issue or any form of electronic, verbal, or written communication sent to GitHub.
-
-###2. Grant of Copyright License.
-
-Subject to the terms and conditions of this agreement, you grant to GitHub, to fellow contributors and to the project a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute your contributions and such derivative works.
-
-###3. Grant of Patent License.
-
-Subject to the terms and conditions of this agreement, You hereby grant to GitHub, to fellow contributors to the project, and to its users a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer your contribution as part of the project, where such license applies only to those patent claims licensable by you that are necessarily infringed by your contribution or by combination of your contribution with the project to which this contribution was submitted. If any entity institutes patent litigation against you or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your contribution, or the project to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this agreement for that contribution shall terminate as of the date such litigation is filed.
-
-###4. You Can Grant this License.
-
-Signing would mean that you are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your contributions, you have verified and are certain that you have received permission to make your contribution on behalf of that employer, that your employer has waived such rights for your contribution, or that your employer has executed a separate license with GitHub or the project.
-
-###5. Your Contribution is Yours.
-
-Signing doesn't change the fact that your contribution is your original creation (see section 7 for submissions on behalf of others) and that they include complete details of any third-party license or other restriction (including related patents and trademarks) of which you are personally aware and which are associated with any part of your contributions.
-
-###6. You Provide Your Contribution "as is".
-
-Signing this won't mean anybody will argue otherwise. In other words, your contributions are made without warranties or conditions of any kind.
-
-###7. If Some or All Your Contributions Is Not Yours.
-
-That's fine but you need to identify the source or sources of the contribution and any license or other restriction (like related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the contribution as "Submitted on behalf of a third-party or third parties: [named here]". A place where you can do this is in a commit comment to the PR.
-
-###8. If Any Circumstances of Your Contribution change.
-You agree to notify the project and GitHub of any facts or circumstances of which you become aware.
-
-###9. That's it!
diff --git a/bower_components/primer-user-content/CONTRIBUTING.md b/bower_components/primer-user-content/CONTRIBUTING.md
deleted file mode 100644
index dfb563b0c9..0000000000
--- a/bower_components/primer-user-content/CONTRIBUTING.md
+++ /dev/null
@@ -1,79 +0,0 @@
-## Contributing
-
-[fork]: https://github.com/github/primer/fork
-[pr]: https://github.com/github/primer/compare
-[style]: http://primercss.io/guidelines/
-
-Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
-
-Before you do, would you mind reading [this license agreement](CLA.md)? If you open a PR, we'll assume you agree to it. If you have any hesitation or disagreement, please do open a PR still, but note your concerns as well.
-
-## Using the issue tracker
-
-The [issue tracker](https://github.com/twbs/bootstrap/issues) is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) and [submitting pull requests](#pull-requests), but please respect the following restrictions:
-
-* Please **do not** use the issue tracker for personal support requests.
-* Please **do not** derail or troll issues. Keep the discussion on topic and respect the opinions of others.
-* Please **do not** open issues or pull requests regarding the code in [`Normalize`](https://github.com/necolas/normalize.css) (open them in their respective repositories).
-
-## Bug reports
-
-A bug is a _demonstrable problem_ that is caused by the code in the repository. Good bug reports are extremely helpful, so thanks!
-
-Guidelines for bug reports:
-
-0. **Validate and lint your code** — [validate your HTML](http://html5.validator.nu) to ensure your problem isn't caused by a simple error in your own code.
-
-1. **Use the GitHub issue search** — check if the issue has already been reported.
-
-2. **Check if the issue has been fixed** — try to reproduce it using the latest `master` or development branch in the repository.
-
-3. **Isolate the problem** — ideally create a [reduced test case](http://css-tricks.com/6263-reduced-test-cases/) and a live example. [This JS Bin](http://jsbin.com/lefey/1/edit?html,output) is a helpful template.
-
-A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What browser(s) and OS experience the problem? Do other browsers show the bug differently? What would you expect to be the outcome? All these details will help people to fix any potential bugs.
-
-Example:
-
-> Short and descriptive example bug report title
->
-> A summary of the issue and the browser/OS environment in which it occurs. If
-> suitable, include the steps required to reproduce the bug.
->
-> 1. This is the first step
-> 2. This is the second step
-> 3. Further steps, etc.
->
-> `` - a link to the reduced test case
->
-> Any other information you want to share that is relevant to the issue being reported. This might include the lines of code that you have identified as causing the bug, and potential solutions (and your opinions on their merits).
-
-## Feature requests
-
-Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and aims of the project. It's up to *you* to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible.
-
-## Pull requests
-
-Good pull requests—patches, improvements, new features—are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.
-
-**Please ask first** before embarking on any significant pull request (e.g. implementing features, refactoring code, porting to a different language), otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project.
-
-Adhering to the following process is the best way to get your work included in the project:
-
-1. Fork and clone the repository
-2. Configure and install the dependencies: `bower install`
-3. Create a new branch: `git checkout -b my-branch-name`
-4. Make your change, add tests, and make sure the tests still pass
-5. Push to your fork and [submit a pull request][pr]
-6. Pat your self on the back and wait for your pull request to be reviewed and merged.
-
-Here are a few things you can do that will increase the likelihood of your pull request being accepted:
-
-- Follow the [style guide][style].
-- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
-- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
-
-## Resources
-
-- [Contributing to Open Source on GitHub](https://guides.github.com/activities/contributing-to-open-source/)
-- [Using Pull Requests](https://help.github.com/articles/using-pull-requests/)
-- [GitHub Help](https://help.github.com)
diff --git a/bower_components/primer-user-content/LICENSE.md b/bower_components/primer-user-content/LICENSE.md
deleted file mode 100644
index 02f1449601..0000000000
--- a/bower_components/primer-user-content/LICENSE.md
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 GitHub, Inc
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/bower_components/primer-user-content/bower.json b/bower_components/primer-user-content/bower.json
deleted file mode 100644
index f56eb02092..0000000000
--- a/bower_components/primer-user-content/bower.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "primer-user-content",
- "keywords": [
- "github",
- "markdown",
- "css"
- ],
- "main": [
- "dist/github-markdown.css"
- ],
- "ignore": [
- "**/.*",
- "*.js",
- "README.md",
- "Gruntfile.js",
- "package.json",
- "render-test.md"
- ]
-}
diff --git a/bower_components/primer-user-content/components/markdown.scss b/bower_components/primer-user-content/components/markdown.scss
deleted file mode 100644
index 3f2e6e9013..0000000000
--- a/bower_components/primer-user-content/components/markdown.scss
+++ /dev/null
@@ -1,694 +0,0 @@
-// GitHub Flavored Markdown
-// ================================
-//
-// *View the [source of this content](http://github.github.com/github-flavored-markdown/sample_content.html).*
-//
-// Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separated by a single newline character:
-//
-// Roses are red
-// Violets are blue
-//
-// The next paragraph has the same phrases, but now they are separated by two spaces and a newline character:
-//
-// Roses are red
-// Violets are blue
-//
-// Oh, and one thing I cannot stand is the mangling of words with multiple underscores in them like perform_complicated_task or do_this_and_do_that_and_another_thing.
-//
-// A bit of the GitHub spice
-// -------------------------
-//
-// In addition to the changes in the previous section, certain references are auto-linked:
-//
-// * SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
-// * User@SHA ref: mojombo@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
-// * User/Project@SHA: mojombo/god@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
-// * \#Num: #1
-// * User/#Num: mojombo#1
-// * SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
-// * User@SHA ref: mojombo@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
-// * User/Project@SHA: mojombo/god@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
-// * \#Num: #1
-// * User/#Num: mojombo#1
-// * User/Project#Num: mojombo/god#1
-//
-// These are dangerous goodies though, and we need to make sure email addresses don't get mangled:
-//
-// My email addy is tom@github.com.
-//
-// Good rules
-// -------------
-//
-// Actually there's nothing wrong with this ``
-//
-// ---
-//
-// A mathematician is a device for turning coffee into theorems
-// -------------------------------
-//
-// In first grade I learned that 5 > 3 and 2 < 7. Maybe some arrows. 1 -> 2 -> 3. 9 <- 8 <- 7.
-//
-// Triangles man! a^2 + b^2 = c^2
-//
-// We all like making lists
-// ------------------------
-//
-// The above header should be an H2 tag. Now, for a list of fruits:
-//
-// * Red Apples
-// * Purple Grapes
-// * Green Kiwifruits
-//
-// Let's get crazy:
-//
-// 1. This is a list item with two paragraphs. Lorem ipsum dolor
-// sit amet, consectetuer adipiscing elit. Aliquam hendrerit
-// mi posuere lectus.
-//
-// Vestibulum enim wisi, viverra nec, fringilla in, laoreet
-// vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
-// sit amet velit.
-//
-// 2. Suspendisse id sem consectetuer libero luctus adipiscing.
-//
-// What about some code **in** a list? That's insane, right?
-//
-// 1. In Ruby you can map like this:
-//
-// ['a', 'b'].map { |x| x.uppercase }
-//
-// 2. In Rails, you can do a shortcut:
-//
-// ['a', 'b'].map(&:uppercase)
-//
-// Some people seem to like definition lists
-//
-//
-//
Lower cost
-//
The new version of this product costs significantly less than the previous one!
-//
Easier to use
-//
We've changed the product so that it's much easier to use!
-//
-//
-// I am a robot
-// ------------
-//
-// Maybe you want to print `robot` to the console 1000 times. Why not?
-//
-// def robot_invasion
-// puts("robot " * 1000)
-// end
-//
-// You see, that was formatted as code because it's been indented by four spaces.
-//
-// How about we throw some angle braces and ampersands in there?
-//
-//
-//
-// Set in stone
-// ------------
-//
-// Playing the blame game
-// ----------------------
-//
-// If you need to blame someone, the best way to do so is by quoting them:
-//
-// > I, at any rate, am convinced that He does not throw dice.
-//
-// Or perhaps someone a little less eloquent:
-//
-// > I wish you'd have given me this written question ahead of time so I
-// > could plan for it... I'm sure something will pop into my head here in
-// > the midst of this press conference, with all the pressure of trying to
-// > come up with answer, but it hadn't yet...
-// >
-// > I don't want to sound like
-// > I have made no mistakes. I'm confident I have. I just haven't - you
-// > just put me under the spot here, and maybe I'm not as quick on my feet
-// > as I should be in coming up with one.
-//
-// Table for two
-// -------------
-//
-//
Primer is the basecoat of GitHub, made by nerds just like you who share a passion for HTML and CSS.
+
+
+
Open source
+
Available for use under the MIT license and built with open source projects like SCSS, Jekyll, Grunt, and more.
+
+
+
Build tools
+
Includes a small Gruntfile for compiling our SCSS, Autoprefixer for vendor prefixes, and Parker for CSS stats.
+
+
+
{% endif %}
{{ content }}
diff --git a/docs/about.md b/docs/about.md
index a563eaec73..7bd6d92711 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -7,7 +7,9 @@ Learn more about this styleguide, particularly how it's built and who maintains
### What and why
-Primer is GitHub's internal CSS framework. It's not perfect, and it's not really built for others to use in their own projects. There's a lot we can improve upon in Primer, but there's a lot we can all learn by having it open-sourced. While we don't currently plan on building this out as a competitor to other front-end frameworks, we will ocassionally add, remove, or modify things as we need.
+Primer is GitHub's internal CSS framework. It includes basic global styling for typography, small components like buttons and tabs, and our general guidelines for writing HTML and CSS. It's been used internally at GitHub for years now.
+
+Open-sourcing Primer means sharing and learning with the community. There's a lot we can improve upon in Primer, and help is always appreciated. While we don't currently plan on building this out as a competitor to other front-end frameworks, we will ocassionally add, remove, or modify things.
### Future updates
diff --git a/docs/docs.scss b/docs/docs.scss
index 8eb5d39259..9f17b670e6 100644
--- a/docs/docs.scss
+++ b/docs/docs.scss
@@ -135,6 +135,7 @@ body {
.jumbotron {
margin-top: -2rem;
+ margin-bottom: 3rem;
padding-top: 2rem;
padding-bottom: 4rem;
background-color: $brand-blue;
@@ -162,6 +163,27 @@ body {
}
}
+.about-that {
+
+ @media (max-width: 760px) {
+ .column {
+ float: none;
+ width: 100%;
+ margin-bottom: 30px;
+ }
+ }
+
+ p {
+ padding-right: .5rem;
+ color: #555;
+ line-height: 1.5;
+ }
+
+ h2 {
+ font-weight: normal;
+ }
+}
+
//
// Layout
@@ -187,7 +209,7 @@ body {
margin-top: 3rem;
line-height: 1.75;
color: #7a7a7a;
- border-top: .05rem solid #e5e5e5;
+ border-top: 1px solid #eee;
}
diff --git a/docs/roadmap.md b/docs/roadmap.md
index 6385d35e79..7573801c21 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -5,6 +5,11 @@ title: Roadmap
A brief—and incomplete—look at potential future Primer updates with a focus on rewriting components for simplicity and durability, as well as consolidating UI options.
+## v2
+- [ ] Add Hound CI for SCSS linting
+- [ ] Document the `user-content` repo somehow
+- [ ] Clarify usage of CLA in our docs
+
## v3
- [ ] Refactor alerts to reduce selectors and overrides
- [ ] Deprecate the gradient mixin for Autoprefixer
diff --git a/docs/user-content.md b/docs/user-content.md
new file mode 100644
index 0000000000..b2287e48d7
--- /dev/null
+++ b/docs/user-content.md
@@ -0,0 +1,8 @@
+---
+layout: page
+title: User content
+---
+
+Styles for rendering GitHub Flavored Markdown in any project.
+
+*Coming soon.*
diff --git a/package.json b/package.json
index 58a8ef09d1..fc011ae0c9 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
"name": "primer",
- "version": "2.0.0",
+ "version": "2.0.2",
"homepage": "http://primercss.io",
"author": "GitHub, Inc.",
"scss": "./scss/primer.scss",
"repository": {
"type": "git",
- "url": "https://github.com/github/primer.git"
+ "url": "https://github.com/primer/primer.git"
},
"devDependencies": {
"grunt": "~0.4.5",