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: - -![](http://cl.ly/image/2r1B1F2l3Q0D/content#png) - -## 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 @@ - - - - -(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/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 -// ------------- -// -// -// -// -// -// -// -// -// -// -// -//
IDNameProfession
1BeethovenComposer
2Beethoven (the dog)Dog
-// -// Crazy linking action -// -------------------- -// -// I get 10 times more traffic from [Google] [1] than from -// [Yahoo] [2] or [MSN] [3]. -// -// [1]: http://google.com/ "Google" -// [2]: http://search.yahoo.com/ "Yahoo Search" -// [3]: http://search.msn.com/ "MSN Search" -// -// -// # Header 1 -// -// Bacon ipsum dolor sit amet cillum tail ea sint dolor veniam ```sirloin``` laborum hamburger fugiat mollit exercitation consectetur. Beef ribs leberkas fugiat, minim velit ball tip ham hock deserunt anim aliqua cillum ut officia sint. Shankle filet mignon t-bone laboris nulla. Sunt pig ham hock nulla biltong capicola tempor reprehenderit, swine pariatur flank doner pancetta. Cupidatat leberkas esse andouille magna prosciutto chicken. Non fugiat dolor, shank nulla swine sausage. Ut short loin kielbasa tail pork belly salami veniam sed eiusmod est enim drumstick strip steak brisket. -// -// ## Header 2 -// -// Bacon ipsum dolor sit amet cillum tail ea sint dolor veniam ```sirloin``` laborum hamburger fugiat mollit exercitation consectetur. Beef ribs leberkas fugiat, minim velit ball tip ham hock deserunt anim aliqua cillum ut officia sint. Shankle filet mignon t-bone laboris nulla. Sunt pig ham hock nulla biltong capicola tempor reprehenderit, swine pariatur flank doner pancetta. Cupidatat leberkas esse andouille magna prosciutto chicken. Non fugiat dolor, shank nulla swine sausage. Ut short loin kielbasa tail pork belly salami veniam sed eiusmod est enim drumstick strip steak brisket. -// -// ### Header 3 -// -// Bacon ipsum dolor sit amet cillum tail ea sint dolor veniam ```sirloin``` laborum hamburger fugiat mollit exercitation consectetur. Beef ribs leberkas fugiat, minim velit ball tip ham hock deserunt anim aliqua cillum ut officia sint. Shankle filet mignon t-bone laboris nulla. Sunt pig ham hock nulla biltong capicola tempor reprehenderit, swine pariatur flank doner pancetta. Cupidatat leberkas esse andouille magna prosciutto chicken. Non fugiat dolor, shank nulla swine sausage. Ut short loin kielbasa tail pork belly salami veniam sed eiusmod est enim drumstick strip steak brisket. -// -// #### Header 4 -// -// Bacon ipsum dolor sit amet cillum tail ea sint dolor veniam ```sirloin``` laborum hamburger fugiat mollit exercitation consectetur. Beef ribs leberkas fugiat, minim velit ball tip ham hock deserunt anim aliqua cillum ut officia sint. Shankle filet mignon t-bone laboris nulla. Sunt pig ham hock nulla biltong capicola tempor reprehenderit, swine pariatur flank doner pancetta. Cupidatat leberkas esse andouille magna prosciutto chicken. Non fugiat dolor, shank nulla swine sausage. Ut short loin kielbasa tail pork belly salami veniam sed eiusmod est enim drumstick strip steak brisket. -// -// ##### Header 5 -// -// Bacon ipsum dolor sit amet cillum tail ea sint dolor veniam ```sirloin``` laborum hamburger fugiat mollit exercitation consectetur. Beef ribs leberkas fugiat, minim velit ball tip ham hock deserunt anim aliqua cillum ut officia sint. Shankle filet mignon t-bone laboris nulla. Sunt pig ham hock nulla biltong capicola tempor reprehenderit, swine pariatur flank doner pancetta. Cupidatat leberkas esse andouille magna prosciutto chicken. Non fugiat dolor, shank nulla swine sausage. Ut short loin kielbasa tail pork belly salami veniam sed eiusmod est enim drumstick strip steak brisket. -// -// ###### Header 6 -// -// Bacon ipsum dolor sit amet cillum tail ea sint dolor veniam ```sirloin``` laborum hamburger fugiat mollit exercitation consectetur. Beef ribs leberkas fugiat, minim velit ball tip ham hock deserunt anim aliqua cillum ut officia sint. Shankle filet mignon t-bone laboris nulla. Sunt pig ham hock nulla biltong capicola tempor reprehenderit, swine pariatur flank doner pancetta. Cupidatat leberkas esse andouille magna prosciutto chicken. Non fugiat dolor, shank nulla swine sausage. Ut short loin kielbasa tail pork belly salami veniam sed eiusmod est enim drumstick strip steak brisket. -// -// Ode to Code -// ----------- -// -// ### Code block -// -// ``` coffeescript -// ameta.append('span') -// .attr('class', 'cmeta') -// .html((d) -> "#{$.commafy(d.cmts)} commits / #{$.commafy(d.adds)} ++ / #{$.commafy(d.dels)} --") -// -// svg = person.append('svg') -// .attr('width', sparkw + (padl + padr)) -// .attr('height', sparkh + padt + padb) -// .attr('class', 'spark') -// .append('g') -// .attr('transform', "translate(#{padl},#{padt})") -// -// svg.append("g") -// .attr("class", "x axis") -// .attr("transform", "translate(0, #{sparkh - padt - padb})") -// .call(xAxis) -// .selectAll('.x.axis g text') -// .style('display', (d, i) -> if i % 2 != 0 then 'none' else 'block') -// -// yax = svg.append("g") -// .attr("class", "y axis") -// .call(yAxis) -// .selectAll('.y.axis g text') -// .attr('dx', sparkw / 2) -// .style('display', (d, i) -> if i == 0 then 'none' else 'block') -// .classed 'midlabel', true -// ``` -// -// ### Single tick with spaces -// -// `You can use the HTML5 custom data attributes by passing the values inside a data hash. For example: data => { :something => "bla bla bla", :confirm => "You sure?" }` -// -// ### Multiple single ticks -// -// `2012-03-28 09:19:58.0908|INFO|FileLogger|Processing xml: 18456040x90000000000000399270Applicationdallassa Reason: Password did not match that for the login provided. [CLIENT: 118.186.64.242]184800000E00000007000000440041004C004C00410053000000070000006D00610073007400650072000000` -// -// `2012-03-28 09:19:58.0908|INFO|FileLogger|No regex, so counting as a match sdf sdf sdf sdfsd lksdfj lksjdf lksjdf lksdjf lksjdf lsdfj werwer werwer` -// -// ### Unbroken single tick -// -// `longlonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglong` -// -// ### Unbroken triple tick -// -// ``` ruby -// longlonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglong -// ``` -// -// ### Single tick between a block of text that wraps -// -// this is a line with some text and `inline code test test test test test test test test test test test test test test test test test test test test test test test test` and more text here -// -// ### Single tick between a block of text that doesn't wrap -// -// this is some text, `and this is some code`, lines don't break, they do what they're told -// -// Styleguide 4.0 - - -// All of our block level items should have the same margin -$margin: 16px; - -// This is styling for generic markdownized text. Anything you put in a -// container with .markdown-body on it should render generally well. It also -// includes some GitHub Flavored Markdown specific styling (like @mentions) -.markdown-body { - overflow: hidden; - font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; - font-size: 16px; - line-height: 1.6; - word-wrap: break-word; - - > *:first-child { - margin-top: 0 !important; - } - - > *:last-child { - margin-bottom: 0 !important; - } - - // Anchors like . These sometimes end up wrapped around - // text when users mistakenly forget to close the tag or use self-closing tag - // syntax. We don't want them to appear like links. - // FIXME: a:not(:link):not(:visited) would be a little clearer here (and - // possibly faster to match), but it breaks styling of elements due - // to https://bugs.webkit.org/show_bug.cgi?id=142737. - a:not([href]) { - color: inherit; - text-decoration: none; - } - - // Link Colors - .absent { - color: #c00; - } - - .anchor { - position: absolute; - top: 0; - left: 0; - display: block; - padding-right: 6px; - padding-left: 30px; - margin-left: -30px; - - &:focus { - outline: none; - } - } - - // Headings - h1, h2, h3, h4, h5, h6 { - position: relative; - margin-top: 1em; - margin-bottom: $margin; - font-weight: bold; - line-height: 1.4; - - .octicon-link { - display: none; - color: #000; - vertical-align: middle; - } - - &:hover .anchor { - padding-left: 8px; - margin-left: -30px; - text-decoration: none; - - .octicon-link { - display: inline-block; - } - } - - tt, - code { - font-size: inherit; - } - } - - h1 { - padding-bottom: 0.3em; - font-size: 2.25em; - line-height: 1.2; - border-bottom: 1px solid #eee; - - .anchor { - line-height: 1; - } - } - - h2 { - padding-bottom: 0.3em; - font-size: 1.75em; - line-height: 1.225; - border-bottom: 1px solid #eee; - - .anchor { - line-height: 1; - } - } - - h3 { - font-size: 1.5em; - line-height: 1.43; - - .anchor { - line-height: 1.2; - } - } - - h4 { - font-size: 1.25em; - - .anchor { - line-height: 1.2; - } - } - - h5 { - font-size: 1em; - - .anchor { - line-height: 1.1; - } - } - - h6 { - font-size: 1em; - color: #777; - - .anchor { - line-height: 1.1; - } - } - - p, - blockquote, - ul, ol, dl, - table, - pre { - margin-top: 0; - margin-bottom: $margin; - } - - hr { - height: 4px; - padding: 0; - margin: $margin 0; - background-color: #e7e7e7; - border: 0 none; - } - - // Lists, Blockquotes & Such - ul, - ol { - padding-left: 2em; - - &.no-list { - padding: 0; - list-style-type: none; - } - } - - // Did someone complain about list spacing? Encourage them - // to create the spacing with their markdown formatting. - // List behavior should be controled by the markup, not the css. - // - // For lists with padding between items, use blank - // lines between items. This will generate paragraphs with - // padding to space things out. - // - // - item - // - // - item - // - // - item - // - // For list without padding, don't use blank lines. - // - // - item - // - item - // - item - // - // Modifying the css to emulate these behaviors merely brakes - // one case in the process of solving another. Don't change - // this unless it's really really a bug. - ul ul, - ul ol, - ol ol, - ol ul { - margin-top: 0; - margin-bottom: 0; - } - - li > p { - margin-top: $margin; - } - - dl { - padding: 0; - } - - dl dt { - padding: 0; - margin-top: $margin; - font-size: 1em; - font-style: italic; - font-weight: bold; - } - - dl dd { - padding: 0 $margin; - margin-bottom: $margin; - } - - blockquote { - padding: 0 15px; - color: #777; - border-left: 4px solid #ddd; - - > :first-child { - margin-top: 0; - } - - > :last-child { - margin-bottom: 0; - } - } - - // Tables - table { - display: block; - width: 100%; - overflow: auto; - word-break: normal; - word-break: keep-all; // For Firefox to horizontally scroll wider tables. - - th { - font-weight: bold; - } - - th, td { - padding: 6px 13px; - border: 1px solid #ddd; - } - - tr { - background-color: #fff; - border-top: 1px solid #ccc; - - &:nth-child(2n) { - background-color: #f8f8f8; - } - } - } - - // Images & Stuff - img { - max-width: 100%; - -moz-box-sizing: border-box; - box-sizing: border-box; - } - - .emoji { - max-width: none; - } - - // Gollum Image Tags - - // Framed - span.frame { - display: block; - overflow: hidden; - - & > span { - display: block; - float: left; - width: auto; - padding: 7px; - margin: 13px 0 0; - overflow: hidden; - border: 1px solid #ddd; - } - - span img { - display: block; - float: left; - } - - span span { - display: block; - padding: 5px 0 0; - clear: both; - color: #333; - } - } - - span.align-center { - display: block; - overflow: hidden; - clear: both; - - & > span { - display: block; - margin: 13px auto 0; - overflow: hidden; - text-align: center; - } - - span img { - margin: 0 auto; - text-align: center; - } - } - - span.align-right { - display: block; - overflow: hidden; - clear: both; - - & > span { - display: block; - margin: 13px 0 0; - overflow: hidden; - text-align: right; - } - - span img { - margin: 0; - text-align: right; - } - } - - span.float-left { - display: block; - float: left; - margin-right: 13px; - overflow: hidden; - - span { - margin: 13px 0 0; - } - } - - span.float-right { - display: block; - float: right; - margin-left: 13px; - overflow: hidden; - - & > span { - display: block; - margin: 13px auto 0; - overflow: hidden; - text-align: right; - } - } - - // Inline code snippets - code, - tt { - padding: 0; - padding-top: 0.2em; - padding-bottom: 0.2em; - margin: 0; - font-size: 85%; - background-color: rgba(0,0,0,0.04); - border-radius: 3px; // don't add padding, gives scrollbars - - &:before, - &:after { - letter-spacing: -0.2em; // this creates padding - content: "\00a0"; - } - - br { display: none; } - } - - del code { text-decoration: inherit; } - - // Code tags within code blocks (
s)
-  pre > code {
-    padding: 0;
-    margin: 0;
-    font-size: 100%;
-    word-break: normal;
-    white-space: pre;
-    background: transparent;
-    border: 0;
-  }
-
-  .highlight {
-    margin-bottom: $margin;
-  }
-
-  .highlight pre,
-  pre {
-    padding: $margin;
-    overflow: auto;
-    font-size: 85%;
-    line-height: 1.45;
-    background-color: #f7f7f7;
-    border-radius: 3px;
-  }
-
-  .highlight pre {
-    margin-bottom: 0;
-    word-break: normal;
-  }
-
-  pre {
-    word-wrap: normal;
-  }
-
-  pre code,
-  pre tt {
-    display: inline;
-    max-width: initial;
-    padding: 0;
-    margin: 0;
-    overflow: initial;
-    line-height: inherit;
-    word-wrap: normal;
-    background-color: transparent;
-    border: 0;
-
-    &:before,
-    &:after {
-      content: normal;
-    }
-  }
-
-  kbd {
-    display: inline-block;
-    padding: 3px 5px;
-    font-size: 11px;
-    line-height: 10px;
-    color: #555;
-    vertical-align: middle;
-    background-color: #fcfcfc;
-    border: solid 1px #ccc;
-    border-bottom-color: #bbb;
-    border-radius: 3px;
-    box-shadow: inset 0 -1px 0 #bbb;
-  }
-}
-
diff --git a/bower_components/primer-user-content/components/user-content.scss b/bower_components/primer-user-content/components/user-content.scss
deleted file mode 100644
index 0ef4aac8ef..0000000000
--- a/bower_components/primer-user-content/components/user-content.scss
+++ /dev/null
@@ -1 +0,0 @@
-@import "primer-user-content/components/markdown";
diff --git a/bower_components/primer-user-content/dist/user-content.css b/bower_components/primer-user-content/dist/user-content.css
deleted file mode 100644
index 2207d871cf..0000000000
--- a/bower_components/primer-user-content/dist/user-content.css
+++ /dev/null
@@ -1,546 +0,0 @@
-/*!
- * GitHub User Content Stylesheets v1.2.4 (https://github.com/primer/user-content)
- * Copyright 2014 GitHub, Inc.
- * Licensed under MIT (https://github.com/primer/user-content/blob/master/LICENSE.md).
- */
-
-.markdown-body {
-  overflow: hidden;
-  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
-  font-size: 16px;
-  line-height: 1.6;
-  word-wrap: break-word;
-}
-.markdown-body > *:first-child {
-  margin-top: 0 !important;
-}
-.markdown-body > *:last-child {
-  margin-bottom: 0 !important;
-}
-.markdown-body .absent {
-  color: #c00;
-}
-.markdown-body .anchor {
-  position: absolute;
-  top: 0;
-  bottom: 0;
-  left: 0;
-  display: block;
-  padding-right: 6px;
-  padding-left: 30px;
-  margin-left: -30px;
-}
-.markdown-body .anchor:focus {
-  outline: none;
-}
-.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
-  position: relative;
-  margin-top: 1em;
-  margin-bottom: 16px;
-  font-weight: bold;
-  line-height: 1.4;
-}
-.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {
-  display: none;
-  color: #000;
-  vertical-align: middle;
-}
-.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor {
-  height: 1em;
-  padding-left: 8px;
-  margin-left: -30px;
-  line-height: 1;
-  text-decoration: none;
-}
-.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link {
-  display: inline-block;
-}
-.markdown-body h1 tt,
-    .markdown-body h1 code, .markdown-body h2 tt,
-    .markdown-body h2 code, .markdown-body h3 tt,
-    .markdown-body h3 code, .markdown-body h4 tt,
-    .markdown-body h4 code, .markdown-body h5 tt,
-    .markdown-body h5 code, .markdown-body h6 tt,
-    .markdown-body h6 code {
-  font-size: inherit;
-}
-.markdown-body h1 {
-  padding-bottom: .3em;
-  font-size: 2.25em;
-  line-height: 1.2;
-  border-bottom: 1px solid #eee;
-}
-.markdown-body h2 {
-  padding-bottom: .3em;
-  font-size: 1.75em;
-  line-height: 1.225;
-  border-bottom: 1px solid #eee;
-}
-.markdown-body h3 {
-  font-size: 1.5em;
-  line-height: 1.43;
-}
-.markdown-body h4 {
-  font-size: 1.25em;
-}
-.markdown-body h5 {
-  font-size: 1em;
-}
-.markdown-body h6 {
-  font-size: 1em;
-  color: #777;
-}
-.markdown-body p,
-  .markdown-body blockquote,
-  .markdown-body ul, .markdown-body ol, .markdown-body dl,
-  .markdown-body table,
-  .markdown-body pre {
-  margin-top: 0;
-  margin-bottom: 16px;
-}
-.markdown-body hr {
-  height: 4px;
-  padding: 0;
-  margin: 16px 0;
-  background-color: #e7e7e7;
-  border: 0 none;
-}
-.markdown-body ul,
-  .markdown-body ol {
-  padding-left: 2em;
-}
-.markdown-body ul.no-list,
-    .markdown-body ol.no-list {
-  padding: 0;
-  list-style-type: none;
-}
-.markdown-body ul ul,
-  .markdown-body ul ol,
-  .markdown-body ol ol,
-  .markdown-body ol ul {
-  margin-top: 0;
-  margin-bottom: 0;
-}
-.markdown-body li > p {
-  margin-top: 16px;
-}
-.markdown-body dl {
-  padding: 0;
-}
-.markdown-body dl dt {
-  padding: 0;
-  margin-top: 16px;
-  font-size: 1em;
-  font-style: italic;
-  font-weight: bold;
-}
-.markdown-body dl dd {
-  padding: 0 16px;
-  margin-bottom: 16px;
-}
-.markdown-body blockquote {
-  padding: 0 15px;
-  color: #777;
-  border-left: 4px solid #ddd;
-}
-.markdown-body blockquote > :first-child {
-  margin-top: 0;
-}
-.markdown-body blockquote > :last-child {
-  margin-bottom: 0;
-}
-.markdown-body table {
-  display: block;
-  width: 100%;
-  overflow: auto;
-}
-.markdown-body table th {
-  font-weight: bold;
-}
-.markdown-body table th, .markdown-body table td {
-  padding: 6px 13px;
-  border: 1px solid #ddd;
-}
-.markdown-body table tr {
-  background-color: #fff;
-  border-top: 1px solid #ccc;
-}
-.markdown-body table tr:nth-child(2n) {
-  background-color: #f8f8f8;
-}
-.markdown-body img {
-  max-width: 100%;
-  -moz-box-sizing: border-box;
-       box-sizing: border-box;
-}
-.markdown-body span.frame {
-  display: block;
-  overflow: hidden;
-}
-.markdown-body span.frame > span {
-  display: block;
-  float: left;
-  width: auto;
-  padding: 7px;
-  margin: 13px 0 0;
-  overflow: hidden;
-  border: 1px solid #ddd;
-}
-.markdown-body span.frame span img {
-  display: block;
-  float: left;
-}
-.markdown-body span.frame span span {
-  display: block;
-  padding: 5px 0 0;
-  clear: both;
-  color: #333;
-}
-.markdown-body span.align-center {
-  display: block;
-  overflow: hidden;
-  clear: both;
-}
-.markdown-body span.align-center > span {
-  display: block;
-  margin: 13px auto 0;
-  overflow: hidden;
-  text-align: center;
-}
-.markdown-body span.align-center span img {
-  margin: 0 auto;
-  text-align: center;
-}
-.markdown-body span.align-right {
-  display: block;
-  overflow: hidden;
-  clear: both;
-}
-.markdown-body span.align-right > span {
-  display: block;
-  margin: 13px 0 0;
-  overflow: hidden;
-  text-align: right;
-}
-.markdown-body span.align-right span img {
-  margin: 0;
-  text-align: right;
-}
-.markdown-body span.float-left {
-  display: block;
-  float: left;
-  margin-right: 13px;
-  overflow: hidden;
-}
-.markdown-body span.float-left span {
-  margin: 13px 0 0;
-}
-.markdown-body span.float-right {
-  display: block;
-  float: right;
-  margin-left: 13px;
-  overflow: hidden;
-}
-.markdown-body span.float-right > span {
-  display: block;
-  margin: 13px auto 0;
-  overflow: hidden;
-  text-align: right;
-}
-.markdown-body code,
-  .markdown-body tt {
-  padding: 0;
-  padding-top: .2em;
-  padding-bottom: .2em;
-  margin: 0;
-  font-size: 85%;
-  background-color: rgba(0, 0, 0, .04);
-  border-radius: 3px;
-}
-.markdown-body code:before, .markdown-body code:after,
-    .markdown-body tt:before,
-    .markdown-body tt:after {
-  letter-spacing: -.2em;
-  content: "\00a0";
-}
-.markdown-body code br,
-    .markdown-body tt br {
-  display: none;
-}
-.markdown-body del code {
-  text-decoration: inherit;
-  vertical-align: text-top;
-}
-.markdown-body pre > code {
-  padding: 0;
-  margin: 0;
-  font-size: 100%;
-  white-space: pre;
-  background: transparent;
-  border: 0;
-}
-.markdown-body .highlight {
-  margin-bottom: 16px;
-}
-.markdown-body .highlight pre,
-  .markdown-body pre {
-  padding: 16px;
-  overflow: auto;
-  font-size: 85%;
-  line-height: 1.45;
-  background-color: #f7f7f7;
-  border-radius: 3px;
-}
-.markdown-body .highlight pre {
-  margin-bottom: 0;
-}
-.markdown-body pre {
-  word-wrap: normal;
-}
-.markdown-body pre code,
-  .markdown-body pre tt {
-  display: inline;
-  max-width: initial;
-  padding: 0;
-  margin: 0;
-  overflow: initial;
-  line-height: inherit;
-  word-wrap: normal;
-  background-color: transparent;
-  border: 0;
-}
-.markdown-body pre code:before, .markdown-body pre code:after,
-    .markdown-body pre tt:before,
-    .markdown-body pre tt:after {
-  content: normal;
-}
-
-.highlight {
-  background: #fff;
-}
-.highlight .c {
-  font-style: italic;
-  color: #998;
-}
-.highlight .err {
-  color: #a61717;
-  background-color: #e3d2d2;
-}
-.highlight .k {
-  font-weight: bold;
-}
-.highlight .o {
-  font-weight: bold;
-}
-.highlight .cm {
-  font-style: italic;
-  color: #998;
-}
-.highlight .cp {
-  font-weight: bold;
-  color: #999;
-}
-.highlight .c1 {
-  font-style: italic;
-  color: #998;
-}
-.highlight .cs {
-  font-style: italic;
-  font-weight: bold;
-  color: #999;
-}
-.highlight .gd {
-  color: #000;
-  background-color: #fdd;
-}
-.highlight .gd .x {
-  color: #000;
-  background-color: #faa;
-}
-.highlight .ge {
-  font-style: italic;
-}
-.highlight .gr {
-  color: #a00;
-}
-.highlight .gh {
-  color: #999;
-}
-.highlight .gi {
-  color: #000;
-  background-color: #dfd;
-}
-.highlight .gi .x {
-  color: #000;
-  background-color: #afa;
-}
-.highlight .go {
-  color: #888;
-}
-.highlight .gp {
-  color: #555;
-}
-.highlight .gs {
-  font-weight: bold;
-}
-.highlight .gu {
-  font-weight: bold;
-  color: #800080;
-}
-.highlight .gt {
-  color: #a00;
-}
-.highlight .kc {
-  font-weight: bold;
-}
-.highlight .kd {
-  font-weight: bold;
-}
-.highlight .kn {
-  font-weight: bold;
-}
-.highlight .kp {
-  font-weight: bold;
-}
-.highlight .kr {
-  font-weight: bold;
-}
-.highlight .kt {
-  font-weight: bold;
-  color: #458;
-}
-.highlight .m {
-  color: #099;
-}
-.highlight .s {
-  color: #d14;
-}
-.highlight .n {
-  color: #333;
-}
-.highlight .na {
-  color: teal;
-}
-.highlight .nb {
-  color: #0086b3;
-}
-.highlight .nc {
-  font-weight: bold;
-  color: #458;
-}
-.highlight .no {
-  color: teal;
-}
-.highlight .ni {
-  color: purple;
-}
-.highlight .ne {
-  font-weight: bold;
-  color: #900;
-}
-.highlight .nf {
-  font-weight: bold;
-  color: #900;
-}
-.highlight .nn {
-  color: #555;
-}
-.highlight .nt {
-  color: navy;
-}
-.highlight .nv {
-  color: teal;
-}
-.highlight .ow {
-  font-weight: bold;
-}
-.highlight .w {
-  color: #bbb;
-}
-.highlight .mf {
-  color: #099;
-}
-.highlight .mh {
-  color: #099;
-}
-.highlight .mi {
-  color: #099;
-}
-.highlight .mo {
-  color: #099;
-}
-.highlight .sb {
-  color: #d14;
-}
-.highlight .sc {
-  color: #d14;
-}
-.highlight .sd {
-  color: #d14;
-}
-.highlight .s2 {
-  color: #d14;
-}
-.highlight .se {
-  color: #d14;
-}
-.highlight .sh {
-  color: #d14;
-}
-.highlight .si {
-  color: #d14;
-}
-.highlight .sx {
-  color: #d14;
-}
-.highlight .sr {
-  color: #009926;
-}
-.highlight .s1 {
-  color: #d14;
-}
-.highlight .ss {
-  color: #990073;
-}
-.highlight .bp {
-  color: #999;
-}
-.highlight .vc {
-  color: teal;
-}
-.highlight .vg {
-  color: teal;
-}
-.highlight .vi {
-  color: teal;
-}
-.highlight .il {
-  color: #099;
-}
-.highlight .gc {
-  color: #999;
-  background-color: #eaf2f5;
-}
-
-.type-csharp .highlight .k {
-  color: blue;
-}
-.type-csharp .highlight .kt {
-  color: blue;
-}
-.type-csharp .highlight .nf {
-  font-weight: normal;
-  color: #000;
-}
-.type-csharp .highlight .nc {
-  color: #2b91af;
-}
-.type-csharp .highlight .nn {
-  color: black;
-}
-.type-csharp .highlight .s {
-  color: #a31515;
-}
-.type-csharp .highlight .sc {
-  color: #a31515;
-}
diff --git a/bower_components/primer-user-content/dist/user-content.min.css b/bower_components/primer-user-content/dist/user-content.min.css
deleted file mode 100644
index 88dab43f11..0000000000
--- a/bower_components/primer-user-content/dist/user-content.min.css
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * GitHub User Content Stylesheets v1.2.4 (https://github.com/primer/user-content)
- * Copyright 2014 GitHub, Inc.
- * Licensed under MIT (https://github.com/primer/user-content/blob/master/LICENSE.md).
- */
-
-.markdown-body{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown-body>:first-child{margin-top:0!important}.markdown-body>:last-child{margin-bottom:0!important}.markdown-body .absent{color:#c00}.markdown-body .anchor{position:absolute;top:0;bottom:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown-body .anchor:focus{outline:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown-body h1 .octicon-link,.markdown-body h2 .octicon-link,.markdown-body h3 .octicon-link,.markdown-body h4 .octicon-link,.markdown-body h5 .octicon-link,.markdown-body h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown-body h1:hover .anchor,.markdown-body h2:hover .anchor,.markdown-body h3:hover .anchor,.markdown-body h4:hover .anchor,.markdown-body h5:hover .anchor,.markdown-body h6:hover .anchor{height:1em;padding-left:8px;margin-left:-30px;line-height:1;text-decoration:none}.markdown-body h1:hover .anchor .octicon-link,.markdown-body h2:hover .anchor .octicon-link,.markdown-body h3:hover .anchor .octicon-link,.markdown-body h4:hover .anchor .octicon-link,.markdown-body h5:hover .anchor .octicon-link,.markdown-body h6:hover .anchor .octicon-link{display:inline-block}.markdown-body h1 tt,.markdown-body h1 code,.markdown-body h2 tt,.markdown-body h2 code,.markdown-body h3 tt,.markdown-body h3 code,.markdown-body h4 tt,.markdown-body h4 code,.markdown-body h5 tt,.markdown-body h5 code,.markdown-body h6 tt,.markdown-body h6 code{font-size:inherit}.markdown-body h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown-body h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown-body h3{font-size:1.5em;line-height:1.43}.markdown-body h4{font-size:1.25em}.markdown-body h5{font-size:1em}.markdown-body h6{font-size:1em;color:#777}.markdown-body p,.markdown-body blockquote,.markdown-body ul,.markdown-body ol,.markdown-body dl,.markdown-body table,.markdown-body pre{margin-top:0;margin-bottom:16px}.markdown-body hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown-body ul,.markdown-body ol{padding-left:2em}.markdown-body ul.no-list,.markdown-body ol.no-list{padding:0;list-style-type:none}.markdown-body ul ul,.markdown-body ul ol,.markdown-body ol ol,.markdown-body ol ul{margin-top:0;margin-bottom:0}.markdown-body li>p{margin-top:16px}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body table{display:block;width:100%;overflow:auto}.markdown-body table th{font-weight:700}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #ddd}.markdown-body table tr{background-color:#fff;border-top:1px solid #ccc}.markdown-body table tr:nth-child(2n){background-color:#f8f8f8}.markdown-body img{max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}.markdown-body span.frame{display:block;overflow:hidden}.markdown-body span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown-body span.frame span img{display:block;float:left}.markdown-body span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown-body span.align-center{display:block;overflow:hidden;clear:both}.markdown-body span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown-body span.align-center span img{margin:0 auto;text-align:center}.markdown-body span.align-right{display:block;overflow:hidden;clear:both}.markdown-body span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown-body span.align-right span img{margin:0;text-align:right}.markdown-body span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown-body span.float-left span{margin:13px 0 0}.markdown-body span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown-body span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown-body code,.markdown-body tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown-body code:before,.markdown-body code:after,.markdown-body tt:before,.markdown-body tt:after{letter-spacing:-.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit;vertical-align:text-top}.markdown-body pre>code{padding:0;margin:0;font-size:100%;white-space:pre;background:0 0;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown-body .highlight pre{margin-bottom:0}.markdown-body pre{word-wrap:normal}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown-body pre code:before,.markdown-body pre code:after,.markdown-body pre tt:before,.markdown-body pre tt:after{content:normal}.highlight{background:#fff}.highlight .c{font-style:italic;color:#998}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k{font-weight:700}.highlight .o{font-weight:700}.highlight .cm{font-style:italic;color:#998}.highlight .cp{font-weight:700;color:#999}.highlight .c1{font-style:italic;color:#998}.highlight .cs{font-style:italic;font-weight:700;color:#999}.highlight .gd{color:#000;background-color:#fdd}.highlight .gd .x{color:#000;background-color:#faa}.highlight .ge{font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .gi .x{color:#000;background-color:#afa}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{font-weight:700;color:purple}.highlight .gt{color:#a00}.highlight .kc{font-weight:700}.highlight .kd{font-weight:700}.highlight .kn{font-weight:700}.highlight .kp{font-weight:700}.highlight .kr{font-weight:700}.highlight .kt{font-weight:700;color:#458}.highlight .m{color:#099}.highlight .s{color:#d14}.highlight .n{color:#333}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{font-weight:700;color:#458}.highlight .no{color:teal}.highlight .ni{color:purple}.highlight .ne{font-weight:700;color:#900}.highlight .nf{font-weight:700;color:#900}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{font-weight:700}.highlight .w{color:#bbb}.highlight .mf{color:#099}.highlight .mh{color:#099}.highlight .mi{color:#099}.highlight .mo{color:#099}.highlight .sb{color:#d14}.highlight .sc{color:#d14}.highlight .sd{color:#d14}.highlight .s2{color:#d14}.highlight .se{color:#d14}.highlight .sh{color:#d14}.highlight .si{color:#d14}.highlight .sx{color:#d14}.highlight .sr{color:#009926}.highlight .s1{color:#d14}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc{color:teal}.highlight .vg{color:teal}.highlight .vi{color:teal}.highlight .il{color:#099}.highlight .gc{color:#999;background-color:#eaf2f5}.type-csharp .highlight .k{color:#00f}.type-csharp .highlight .kt{color:#00f}.type-csharp .highlight .nf{font-weight:400;color:#000}.type-csharp .highlight .nc{color:#2b91af}.type-csharp .highlight .nn{color:#000}.type-csharp .highlight .s{color:#a31515}.type-csharp .highlight .sc{color:#a31515}
\ No newline at end of file
diff --git a/docs/_includes/sidenav.html b/docs/_includes/sidenav.html
index e2edd4ba7a..7679fe25f0 100644
--- a/docs/_includes/sidenav.html
+++ b/docs/_includes/sidenav.html
@@ -44,4 +44,7 @@
   
     Colors
   
+  
+    User content
+  
 
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 672e0f2741..47f8ecea3a 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -41,20 +41,38 @@
       

Primer

-

The internal CSS toolkit and guidelines that powers GitHub.

+

The CSS toolkit and guidelines that power GitHub.

Read docs
+ +
+
+ + + +
+
{% 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",