jekyll-theme-primer 0.1.8 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +2 -0
  3. data/_sass/primer-base/package.json +4 -3
  4. data/_sass/primer-layout/package.json +4 -3
  5. data/_sass/primer-markdown/CHANGELOG.md +5 -0
  6. data/_sass/primer-markdown/README.md +5 -5
  7. data/_sass/primer-markdown/build/build.css +1 -1
  8. data/_sass/primer-markdown/build/index.js +1 -1
  9. data/_sass/primer-markdown/lib/markdown-body.scss +0 -4
  10. data/_sass/primer-markdown/package.json +43 -22
  11. data/_sass/primer-support/CHANGELOG.md +13 -0
  12. data/_sass/primer-support/lib/mixins/buttons.scss +4 -4
  13. data/_sass/primer-support/lib/mixins/typography.scss +26 -18
  14. data/_sass/primer-support/lib/variables/colors.scss +4 -1
  15. data/_sass/primer-support/lib/variables/layout.scss +1 -1
  16. data/_sass/primer-support/lib/variables/misc.scss +1 -1
  17. data/_sass/primer-support/lib/variables/typography.scss +9 -1
  18. data/_sass/primer-support/package.json +47 -22
  19. data/_sass/primer-utilities/CHANGELOG.md +21 -0
  20. data/_sass/primer-utilities/build/build.css +1 -1
  21. data/_sass/primer-utilities/build/index.js +1 -1
  22. data/_sass/primer-utilities/lib/borders.scss +2 -0
  23. data/_sass/primer-utilities/lib/colors.scss +0 -1
  24. data/_sass/primer-utilities/lib/typography.scss +18 -13
  25. data/_sass/primer-utilities/package.json +47 -22
  26. data/assets/javascript/anchor-js/.eslintrc +77 -0
  27. data/assets/javascript/anchor-js/.gitattributes +2 -0
  28. data/assets/javascript/anchor-js/.npmignore +4 -0
  29. data/assets/javascript/anchor-js/.travis.yml +6 -0
  30. data/assets/javascript/anchor-js/anchor.js +338 -0
  31. data/assets/javascript/anchor-js/anchor.min.js +6 -0
  32. metadata +8 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8df73f8fdea48923a1303985db61f330cce53ac0
4
- data.tar.gz: 03ec78bebd40a4821060ba0f3b25405100165c53
3
+ metadata.gz: e8ce111442f722a37725120c753b2bf9d13ef0d0
4
+ data.tar.gz: 9044818f83077631df3c19972276382359af53a3
5
5
  SHA512:
6
- metadata.gz: 92c9271163deba7c3e0283d1903a85339f91073e17a1ad07364885679c5e228d4dc850014f7049b65d54d15184f1bacc7dafc7c4c2f2241bbc73f73c59c4ac83
7
- data.tar.gz: ef64458cf6a92f9d6f6592d93290439aafc886507f3fe73ecde15256a17d04d327895ee7486cd384370babe408443c11990317479f5878134e190d536d89c1f2
6
+ metadata.gz: 162ac9c101083654208e90d17fea367541d232a970736149e3084e2af21c4aa37411a7ccc647773b40c0e21effc302bd29951c594288c32317bc2fa05208511c
7
+ data.tar.gz: 0db17d3ed4efd0f116d5e9402b4096405fdff5dcacad89adb514076d140e5694f767dbbeb976e081b8395fe48e0583233c8ba89701b21dcc2e9972bbeffb5e1f
@@ -10,5 +10,7 @@
10
10
  <div class="container markdown-body">
11
11
  {{ content }}
12
12
  </div>
13
+ <script src="{{ "assets/javascript/anchor-js/anchor.min.js" | relative_url }}"></script>
14
+ <script>anchors.add();</script>
13
15
  </body>
14
16
  </html>
@@ -10,7 +10,7 @@
10
10
  "spec": "0.4.2",
11
11
  "type": "version"
12
12
  },
13
- "/Users/benbalter/projects/primer"
13
+ "/Users/benbalter/projects/pages-themes/primer"
14
14
  ]
15
15
  ],
16
16
  "_from": "primer-base@0.4.2",
@@ -45,7 +45,7 @@
45
45
  "_shasum": "10bea7bdd454c447b1ed6e801595f3888b30f01f",
46
46
  "_shrinkwrap": null,
47
47
  "_spec": "primer-base@0.4.2",
48
- "_where": "/Users/benbalter/projects/primer",
48
+ "_where": "/Users/benbalter/projects/pages-themes/primer",
49
49
  "author": {
50
50
  "name": "GitHub, Inc."
51
51
  },
@@ -96,7 +96,8 @@
96
96
  ],
97
97
  "name": "primer-base",
98
98
  "optionalDependencies": {},
99
- "readme": "ERROR: No README data found!",
99
+ "readme": "# Primer CSS Base\n\n[![NPM version](http://img.shields.io/npm/v/primer-base.svg)](https://www.npmjs.org/package/primer-base)\n[![Build Status](https://travis-ci.org/primer/primer-base.svg?branch=master)](https://travis-ci.org/primer/primer-base)\n\n> GitHub's CSS to reset the browsers default styles. Built on top of normalize.css\n\nThis repository is a module of the full [primer-css][primer-css] repository. And is built off of [normalize.css](https://github.com/necolas/normalize.css/)\n\n## Install\n\nThis repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-base` with this command.\n\n```\n$ npm install --save primer-base\n```\n\n## Usage\n\nThe source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this.\n\n```scss\n@import \"primer-base/index.scss\";\n```\n\nYou can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._\n\n## Build\n\nFor a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package.\n\n```\n$ npm run build\n```\n\n## Documentation\n\nYou can read more about base in the [docs][docs].\n\n## License\n\n[MIT](./LICENSE) &copy; [GitHub](https://github.com/)\n\n[primer-css]: https://github.com/primer/primer\n[docs]: http://primercss.io/\n[npm]: https://www.npmjs.com/\n[install-npm]: https://docs.npmjs.com/getting-started/installing-node\n[sass]: http://sass-lang.com/\n",
100
+ "readmeFilename": "README.md",
100
101
  "repository": {
101
102
  "type": "git",
102
103
  "url": "git+https://github.com/primer/primer-base.git"
@@ -10,7 +10,7 @@
10
10
  "spec": "0.3.2",
11
11
  "type": "version"
12
12
  },
13
- "/Users/benbalter/projects/primer"
13
+ "/Users/benbalter/projects/pages-themes/primer"
14
14
  ]
15
15
  ],
16
16
  "_from": "primer-layout@0.3.2",
@@ -45,7 +45,7 @@
45
45
  "_shasum": "7f607ac1fad5942f646a05f6a4122a1577407118",
46
46
  "_shrinkwrap": null,
47
47
  "_spec": "primer-layout@0.3.2",
48
- "_where": "/Users/benbalter/projects/primer",
48
+ "_where": "/Users/benbalter/projects/pages-themes/primer",
49
49
  "author": {
50
50
  "name": "GitHub, Inc."
51
51
  },
@@ -93,7 +93,8 @@
93
93
  ],
94
94
  "name": "primer-layout",
95
95
  "optionalDependencies": {},
96
- "readme": "ERROR: No README data found!",
96
+ "readme": "# Primer CSS Layout\n\n[![NPM version](http://img.shields.io/npm/v/primer-layout.svg)](https://www.npmjs.org/package/primer-layout)\n[![Build Status](https://travis-ci.org/primer/primer-layout.svg?branch=master)](https://travis-ci.org/primer/primer-layout)\n\n> Primer’s layout includes basic page containers and a single-tiered, fraction-based grid system. That sounds more complicated than it really is though—it’s just containers, rows, and columns.\n\nThis repository is a module of the full [primer-css][primer-css] repository.\n\n## Install\n\nThis repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-layout` with this command.\n\n```\n$ npm install --save primer-layout\n```\n\n## Usage\n\nThe source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this.\n\n```scss\n@import \"primer-layout/index.scss\";\n```\n\nYou can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._\n\n## Build\n\nFor a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package.\n\n```\n$ npm run build\n```\n\n## Documentation\n\n<!-- %docs\ntitle: Layout\nstatus: Deprecated\nstatus_issue: https://github.com/github/design-systems/issues/59\nkey: /css/styles/core/objects/layout\n-->\n\nPrimer's layout includes basic page containers and a single-tiered, fraction-based grid system. That sounds more complicated than it really is though—it's just containers, rows, and columns.\n\nYou can find all the below styles in `_layout.scss`.\n\n#### Container\n\nCenter your page's contents with a `.container`.\n\n```html+erb\n<div class=\"container\">\n <!-- contents here -->\n</div>\n```\n\nThe container applies `width: 980px;` and uses horizontal `margin`s to center it.\n\n#### Grid\n\n##### How it works\n\nThe grid is pretty standard—you create rows with `.columns` and individual columns with a column class and fraction class. Here's how it works:\n\n- Add a `.container` to encapsulate everything and provide ample horizontal gutter space.\n- Create your outer row to clear the floated columns with `<div class=\"columns\">`.\n- Add your columns with individual `<div class=\"column\">`s.\n- Add your fractional width classes to set the width of the columns (e.g., `.one-fourth`).\n\n##### Demo\n\nIn practice, your columns will look like the example below.\n\n```html\n<div class=\"container\">\n <div class=\"columns mb-1\">\n <div class=\"one-fifth column block-blue p-3 border\">\n .one-fifth\n </div>\n <div class=\"four-fifths column block-blue p-3 border\">\n .four-fifths\n </div>\n </div>\n\n <div class=\"columns mb-1\">\n <div class=\"one-fourth column block-blue p-3 border\">\n .one-fourth\n </div>\n <div class=\"three-fourths column block-blue p-3 border\">\n .three-fourths\n </div>\n </div>\n\n <div class=\"columns mb-1\">\n <div class=\"one-third column block-blue p-3 border\">\n .one-third\n </div>\n <div class=\"two-thirds column block-blue p-3 border\">\n .two-thirds\n </div>\n </div>\n\n <div class=\"columns\">\n <div class=\"one-half column block-blue p-3 border\">\n .one-half\n </div>\n <div class=\"one-half column block-blue p-3 border\">\n .one-half\n </div>\n </div>\n</div>\n```\n\n##### Centered\n\nColumns can be [centered](/utilities/#centering-content) by adding `.centered` to the `.column` class.\n\n```html\n<div class=\"columns\">\n <div class=\"one-half column centered block-blue p-3\">\n .one-half\n </div>\n</div>\n```\n<!-- %enddocs -->\n\n## License\n\n[MIT](./LICENSE) &copy; [GitHub](https://github.com/)\n\n[primer-css]: https://github.com/primer/primer\n[docs]: http://primercss.io/\n[npm]: https://www.npmjs.com/\n[install-npm]: https://docs.npmjs.com/getting-started/installing-node\n[sass]: http://sass-lang.com/\n",
97
+ "readmeFilename": "README.md",
97
98
  "repository": {
98
99
  "type": "git",
99
100
  "url": "git+https://github.com/primer/primer-layout.git"
@@ -1,3 +1,8 @@
1
+ # v3.3.7
2
+
3
+ * bump version number - Caleb Winters [github/github@1babcd0](https://github.com/github/github/commit/1babcd0)
4
+ * update code blocks - Caleb Winters [github/github@eb3c6b4](https://github.com/github/github/commit/eb3c6b4)Revert "Fix extra fancy code blocks"Fix extra fancy code blocks
5
+
1
6
  # v3.3.6
2
7
 
3
8
  * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f)
@@ -168,20 +168,20 @@ Code snippets like `var foo = "bar";` can be shown inline.
168
168
  Also, `this should vertically align` ~~`with this`~~ ~~and this~~.
169
169
 
170
170
  Code can also be shown in a block element.
171
- ````
171
+ ```
172
172
  var foo = "bar";
173
- ````
173
+ ```
174
174
 
175
175
  Code can also use syntax highlighting.
176
- ````Javascript
176
+ ```javascript
177
177
  var foo = "bar";
178
- ````
178
+ ```
179
179
 
180
180
  ```
181
181
  Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
182
182
  ```
183
183
 
184
- ```Javascript
184
+ ```javascript
185
185
  var foo = "The same thing is true for code with syntax highlighting. A single line of code should horizontally scroll if it is really long.";
186
186
  ```
187
187
 
@@ -1 +1 @@
1
- .markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body::before{display:table;content:""}.markdown-body::after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:#cb2431}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.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:0.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.markdown-body blockquote{padding:0 1em;color:#6a737d;border-left:0.25em solid #dfe2e5}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #c6cbd1;border-bottom-color:#959da5;border-radius:3px;box-shadow:inset 0 -1px 0 #959da5}.markdown-body .loweralpha{list-style-type:lower-alpha}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.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{color:#1b1f23;vertical-align:middle;visibility:hidden}.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{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{visibility:visible}.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:0.3em;font-size:2em;border-bottom:1px solid #eaecef}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid #eaecef}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:0.875em}.markdown-body h6{font-size:0.85em;color:#6a737d}.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 li+li{margin-top:0.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;overflow:auto}.markdown-body table th{font-weight:600}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #dfe2e5}.markdown-body table tr{background-color:#fff;border-top:1px solid #c6cbd1}.markdown-body table tr:nth-child(2n){background-color:#f6f8fa}.markdown-body table img{background-color:transparent}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.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 #dfe2e5}.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:#24292e}.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:0.2em;padding-bottom:0.2em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.markdown-body code::before,.markdown-body code::after,.markdown-body tt::before,.markdown-body tt::after{letter-spacing:-0.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;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}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;background:#f6f8fa;border-top:0}
1
+ .markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body::before{display:table;content:""}.markdown-body::after{display:table;clear:both;content:""}.markdown-body>*:first-child{margin-top:0 !important}.markdown-body>*:last-child{margin-bottom:0 !important}.markdown-body a:not([href]){color:inherit;text-decoration:none}.markdown-body .absent{color:#cb2431}.markdown-body .anchor{float:left;padding-right:4px;margin-left:-20px;line-height:1}.markdown-body .anchor:focus{outline:none}.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:0.25em;padding:0;margin:24px 0;background-color:#e1e4e8;border:0}.markdown-body blockquote{padding:0 1em;color:#6a737d;border-left:0.25em solid #dfe2e5}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#444d56;vertical-align:middle;background-color:#fafbfc;border:solid 1px #c6cbd1;border-bottom-color:#959da5;border-radius:3px;box-shadow:inset 0 -1px 0 #959da5}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.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{color:#1b1f23;vertical-align:middle;visibility:hidden}.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{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{visibility:visible}.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:0.3em;font-size:2em;border-bottom:1px solid #eaecef}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid #eaecef}.markdown-body h3{font-size:1.25em}.markdown-body h4{font-size:1em}.markdown-body h5{font-size:0.875em}.markdown-body h6{font-size:0.85em;color:#6a737d}.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 li+li{margin-top:0.25em}.markdown-body dl{padding:0}.markdown-body dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:600}.markdown-body dl dd{padding:0 16px;margin-bottom:16px}.markdown-body table{display:block;width:100%;overflow:auto}.markdown-body table th{font-weight:600}.markdown-body table th,.markdown-body table td{padding:6px 13px;border:1px solid #dfe2e5}.markdown-body table tr{background-color:#fff;border-top:1px solid #c6cbd1}.markdown-body table tr:nth-child(2n){background-color:#f6f8fa}.markdown-body table img{background-color:transparent}.markdown-body img{max-width:100%;box-sizing:content-box;background-color:#fff}.markdown-body img[align=right]{padding-left:20px}.markdown-body img[align=left]{padding-right:20px}.markdown-body .emoji{max-width:none;vertical-align:text-top;background-color:transparent}.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 #dfe2e5}.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:#24292e}.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:0.2em;padding-bottom:0.2em;margin:0;font-size:85%;background-color:rgba(27,31,35,0.05);border-radius:3px}.markdown-body code::before,.markdown-body code::after,.markdown-body tt::before,.markdown-body tt::after{letter-spacing:-0.2em;content:"\00a0"}.markdown-body code br,.markdown-body tt br{display:none}.markdown-body del code{text-decoration:inherit}.markdown-body pre{word-wrap:normal}.markdown-body pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:transparent;border:0}.markdown-body .highlight{margin-bottom:16px}.markdown-body .highlight pre{margin-bottom:0;word-break:normal}.markdown-body .highlight pre,.markdown-body pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px}.markdown-body pre code,.markdown-body pre tt{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;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}.markdown-body .csv-data td,.markdown-body .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown-body .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown-body .csv-data tr{border-top:0}.markdown-body .csv-data th{font-weight:600;background:#f6f8fa;border-top:0}
@@ -1 +1 @@
1
- module.exports = {"cssstats":{"size":6789,"gzipSize":1643,"humanizedSize":"7kB","humanizedGzipSize":"2kB","rules":{"total":74,"size":{"graph":[4,2,3,1,1,2,1,4,1,2,5,3,1,1,11,1,4,3,1,1,1,3,3,1,1,1,2,1,2,2,1,1,1,5,2,3,1,2,2,1,1,3,1,1,3,2,7,2,4,3,4,2,3,4,2,4,1,4,4,7,2,1,1,1,7,1,2,6,9,1,6,4,1,3],"max":11,"average":2.635135135135135}},"selectors":{"total":128,"type":116,"class":128,"id":0,"pseudoClass":19,"pseudoElement":10,"values":[".markdown-body",".markdown-body::before",".markdown-body::after",".markdown-body>*:first-child",".markdown-body>*:last-child",".markdown-body a:not([href])",".markdown-body .absent",".markdown-body .anchor",".markdown-body .anchor:focus",".markdown-body p",".markdown-body blockquote",".markdown-body ul",".markdown-body ol",".markdown-body dl",".markdown-body table",".markdown-body pre",".markdown-body hr",".markdown-body blockquote",".markdown-body blockquote>:first-child",".markdown-body blockquote>:last-child",".markdown-body kbd",".markdown-body .loweralpha",".markdown-body h1",".markdown-body h2",".markdown-body h3",".markdown-body h4",".markdown-body h5",".markdown-body h6",".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",".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",".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",".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",".markdown-body h1",".markdown-body h2",".markdown-body h3",".markdown-body h4",".markdown-body h5",".markdown-body h6",".markdown-body ul",".markdown-body ol",".markdown-body ul.no-list",".markdown-body ol.no-list",".markdown-body ul ul",".markdown-body ul ol",".markdown-body ol ol",".markdown-body ol ul",".markdown-body li>p",".markdown-body li+li",".markdown-body dl",".markdown-body dl dt",".markdown-body dl dd",".markdown-body table",".markdown-body table th",".markdown-body table th",".markdown-body table td",".markdown-body table tr",".markdown-body table tr:nth-child(2n)",".markdown-body table img",".markdown-body img",".markdown-body img[align=right]",".markdown-body img[align=left]",".markdown-body .emoji",".markdown-body span.frame",".markdown-body span.frame>span",".markdown-body span.frame span img",".markdown-body span.frame span span",".markdown-body span.align-center",".markdown-body span.align-center>span",".markdown-body span.align-center span img",".markdown-body span.align-right",".markdown-body span.align-right>span",".markdown-body span.align-right span img",".markdown-body span.float-left",".markdown-body span.float-left span",".markdown-body span.float-right",".markdown-body span.float-right>span",".markdown-body code",".markdown-body tt",".markdown-body code::before",".markdown-body code::after",".markdown-body tt::before",".markdown-body tt::after",".markdown-body code br",".markdown-body tt br",".markdown-body del code",".markdown-body pre",".markdown-body pre>code",".markdown-body .highlight",".markdown-body .highlight pre",".markdown-body .highlight pre",".markdown-body pre",".markdown-body pre code",".markdown-body pre tt",".markdown-body pre code::before",".markdown-body pre code::after",".markdown-body pre tt::before",".markdown-body pre tt::after",".markdown-body .csv-data td",".markdown-body .csv-data th",".markdown-body .csv-data .blob-num",".markdown-body .csv-data tr",".markdown-body .csv-data th"],"specificity":{"max":41,"average":17.2265625}},"declarations":{"total":195,"unique":116,"properties":{"font-family":["-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\""],"font-size":["16px","11px","inherit","2em","1.5em","1.25em","1em","0.875em","0.85em","1em","85%","100%","85%","12px"],"line-height":["1.5","1","10px","1.25","1.45","inherit","1"],"word-wrap":["break-word","normal","normal"],"display":["table","table","inline-block","block","block","block","block","block","block","block","block","block","block","block","block","none","inline"],"content":["\"\"","\"\"","\"\\00a0\"","normal"],"clear":["both","both","both","both"],"margin-top":["0","0","0","24px","0","16px","0.25em","16px"],"margin-bottom":["0","16px","0","16px","0","16px","16px","0"],"color":["inherit","#cb2431","#6a737d","#444d56","#1b1f23","#6a737d","#24292e"],"text-decoration":["none","none","inherit"],"float":["left","left","left","left","right"],"padding-right":["4px","20px"],"margin-left":["-20px","13px"],"outline":["none"],"height":["0.25em"],"padding":["0","0 1em","3px 5px","0","0","0","0 16px","6px 13px","7px","5px 0 0","0","0","16px","0","5px","10px 8px 9px"],"margin":["24px 0","13px 0 0","13px auto 0","0 auto","13px 0 0","0","13px 0 0","13px auto 0","0","0","0"],"background-color":["#e1e4e8","#fafbfc","#fff","#f6f8fa","transparent","#fff","transparent","rgba(27,31,35,0.05)","#f6f8fa","transparent"],"border":["0","solid 1px #c6cbd1","1px solid #dfe2e5","1px solid #dfe2e5","0","0","0"],"border-left":["0.25em solid #dfe2e5"],"vertical-align":["middle","middle","text-top"],"border-bottom-color":["#959da5"],"border-radius":["3px","3px","3px"],"box-shadow":["inset 0 -1px 0 #959da5"],"list-style-type":["lower-alpha","none"],"font-weight":["600","600","600","600"],"visibility":["hidden","visible"],"padding-bottom":["0.3em","0.3em","0.2em"],"border-bottom":["1px solid #eaecef","1px solid #eaecef"],"padding-left":["2em","20px"],"font-style":["italic"],"width":["100%","auto"],"overflow":["auto","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","auto","visible","hidden"],"border-top":["1px solid #c6cbd1","0","0"],"max-width":["100%","none","auto"],"box-sizing":["content-box"],"text-align":["center","center","right","right","right","left","right"],"margin-right":["13px"],"padding-top":["0.2em"],"letter-spacing":["-0.2em"],"word-break":["normal","normal"],"white-space":["pre","nowrap"],"background":["transparent","#fff","#f6f8fa"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
1
+ module.exports = {"cssstats":{"size":6734,"gzipSize":1623,"humanizedSize":"7kB","humanizedGzipSize":"2kB","rules":{"total":73,"size":{"graph":[4,2,3,1,1,2,1,4,1,2,5,3,1,1,11,4,3,1,1,1,3,3,1,1,1,2,1,2,2,1,1,1,5,2,3,1,2,2,1,1,3,1,1,3,2,7,2,4,3,4,2,3,4,2,4,1,4,4,7,2,1,1,1,7,1,2,6,9,1,6,4,1,3],"max":11,"average":2.6575342465753424}},"selectors":{"total":127,"type":116,"class":127,"id":0,"pseudoClass":19,"pseudoElement":10,"values":[".markdown-body",".markdown-body::before",".markdown-body::after",".markdown-body>*:first-child",".markdown-body>*:last-child",".markdown-body a:not([href])",".markdown-body .absent",".markdown-body .anchor",".markdown-body .anchor:focus",".markdown-body p",".markdown-body blockquote",".markdown-body ul",".markdown-body ol",".markdown-body dl",".markdown-body table",".markdown-body pre",".markdown-body hr",".markdown-body blockquote",".markdown-body blockquote>:first-child",".markdown-body blockquote>:last-child",".markdown-body kbd",".markdown-body h1",".markdown-body h2",".markdown-body h3",".markdown-body h4",".markdown-body h5",".markdown-body h6",".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",".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",".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",".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",".markdown-body h1",".markdown-body h2",".markdown-body h3",".markdown-body h4",".markdown-body h5",".markdown-body h6",".markdown-body ul",".markdown-body ol",".markdown-body ul.no-list",".markdown-body ol.no-list",".markdown-body ul ul",".markdown-body ul ol",".markdown-body ol ol",".markdown-body ol ul",".markdown-body li>p",".markdown-body li+li",".markdown-body dl",".markdown-body dl dt",".markdown-body dl dd",".markdown-body table",".markdown-body table th",".markdown-body table th",".markdown-body table td",".markdown-body table tr",".markdown-body table tr:nth-child(2n)",".markdown-body table img",".markdown-body img",".markdown-body img[align=right]",".markdown-body img[align=left]",".markdown-body .emoji",".markdown-body span.frame",".markdown-body span.frame>span",".markdown-body span.frame span img",".markdown-body span.frame span span",".markdown-body span.align-center",".markdown-body span.align-center>span",".markdown-body span.align-center span img",".markdown-body span.align-right",".markdown-body span.align-right>span",".markdown-body span.align-right span img",".markdown-body span.float-left",".markdown-body span.float-left span",".markdown-body span.float-right",".markdown-body span.float-right>span",".markdown-body code",".markdown-body tt",".markdown-body code::before",".markdown-body code::after",".markdown-body tt::before",".markdown-body tt::after",".markdown-body code br",".markdown-body tt br",".markdown-body del code",".markdown-body pre",".markdown-body pre>code",".markdown-body .highlight",".markdown-body .highlight pre",".markdown-body .highlight pre",".markdown-body pre",".markdown-body pre code",".markdown-body pre tt",".markdown-body pre code::before",".markdown-body pre code::after",".markdown-body pre tt::before",".markdown-body pre tt::after",".markdown-body .csv-data td",".markdown-body .csv-data th",".markdown-body .csv-data .blob-num",".markdown-body .csv-data tr",".markdown-body .csv-data th"],"specificity":{"max":41,"average":17.20472440944882}},"declarations":{"total":194,"unique":115,"properties":{"font-family":["-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\""],"font-size":["16px","11px","inherit","2em","1.5em","1.25em","1em","0.875em","0.85em","1em","85%","100%","85%","12px"],"line-height":["1.5","1","10px","1.25","1.45","inherit","1"],"word-wrap":["break-word","normal","normal"],"display":["table","table","inline-block","block","block","block","block","block","block","block","block","block","block","block","block","none","inline"],"content":["\"\"","\"\"","\"\\00a0\"","normal"],"clear":["both","both","both","both"],"margin-top":["0","0","0","24px","0","16px","0.25em","16px"],"margin-bottom":["0","16px","0","16px","0","16px","16px","0"],"color":["inherit","#cb2431","#6a737d","#444d56","#1b1f23","#6a737d","#24292e"],"text-decoration":["none","none","inherit"],"float":["left","left","left","left","right"],"padding-right":["4px","20px"],"margin-left":["-20px","13px"],"outline":["none"],"height":["0.25em"],"padding":["0","0 1em","3px 5px","0","0","0","0 16px","6px 13px","7px","5px 0 0","0","0","16px","0","5px","10px 8px 9px"],"margin":["24px 0","13px 0 0","13px auto 0","0 auto","13px 0 0","0","13px 0 0","13px auto 0","0","0","0"],"background-color":["#e1e4e8","#fafbfc","#fff","#f6f8fa","transparent","#fff","transparent","rgba(27,31,35,0.05)","#f6f8fa","transparent"],"border":["0","solid 1px #c6cbd1","1px solid #dfe2e5","1px solid #dfe2e5","0","0","0"],"border-left":["0.25em solid #dfe2e5"],"vertical-align":["middle","middle","text-top"],"border-bottom-color":["#959da5"],"border-radius":["3px","3px","3px"],"box-shadow":["inset 0 -1px 0 #959da5"],"font-weight":["600","600","600","600"],"visibility":["hidden","visible"],"padding-bottom":["0.3em","0.3em","0.2em"],"border-bottom":["1px solid #eaecef","1px solid #eaecef"],"padding-left":["2em","20px"],"list-style-type":["none"],"font-style":["italic"],"width":["100%","auto"],"overflow":["auto","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","hidden","auto","visible","hidden"],"border-top":["1px solid #c6cbd1","0","0"],"max-width":["100%","none","auto"],"box-sizing":["content-box"],"text-align":["center","center","right","right","right","left","right"],"margin-right":["13px"],"padding-top":["0.2em"],"letter-spacing":["-0.2em"],"word-break":["normal","normal"],"white-space":["pre","nowrap"],"background":["transparent","#fff","#f6f8fa"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
@@ -104,8 +104,4 @@ $margin: 16px;
104
104
  border-radius: 3px;
105
105
  box-shadow: inset 0 -1px 0 $gray-400;
106
106
  }
107
-
108
- .loweralpha {
109
- list-style-type: lower-alpha;
110
- }
111
107
  }
@@ -2,50 +2,50 @@
2
2
  "_args": [
3
3
  [
4
4
  {
5
- "raw": "primer-markdown@3.3.6",
5
+ "raw": "primer-markdown@3.3.7",
6
6
  "scope": null,
7
7
  "escapedName": "primer-markdown",
8
8
  "name": "primer-markdown",
9
- "rawSpec": "3.3.6",
10
- "spec": "3.3.6",
9
+ "rawSpec": "3.3.7",
10
+ "spec": "3.3.7",
11
11
  "type": "version"
12
12
  },
13
- "/Users/benbalter/projects/primer"
13
+ "/Users/benbalter/projects/pages-themes/primer"
14
14
  ]
15
15
  ],
16
- "_from": "primer-markdown@3.3.6",
17
- "_id": "primer-markdown@3.3.6",
16
+ "_from": "primer-markdown@3.3.7",
17
+ "_id": "primer-markdown@3.3.7",
18
18
  "_inCache": true,
19
19
  "_location": "/primer-markdown",
20
- "_nodeVersion": "7.7.3",
20
+ "_nodeVersion": "7.8.0",
21
21
  "_npmOperationalInternal": {
22
- "host": "packages-18-east.internal.npmjs.com",
23
- "tmp": "tmp/primer-markdown-3.3.6.tgz_1490129607035_0.2747260727919638"
22
+ "host": "packages-12-west.internal.npmjs.com",
23
+ "tmp": "tmp/primer-markdown-3.3.7.tgz_1491599266492_0.619599232217297"
24
24
  },
25
25
  "_npmUser": {
26
26
  "name": "jonrohan",
27
27
  "email": "yes@jonrohan.codes"
28
28
  },
29
- "_npmVersion": "4.1.2",
29
+ "_npmVersion": "4.2.0",
30
30
  "_phantomChildren": {},
31
31
  "_requested": {
32
- "raw": "primer-markdown@3.3.6",
32
+ "raw": "primer-markdown@3.3.7",
33
33
  "scope": null,
34
34
  "escapedName": "primer-markdown",
35
35
  "name": "primer-markdown",
36
- "rawSpec": "3.3.6",
37
- "spec": "3.3.6",
36
+ "rawSpec": "3.3.7",
37
+ "spec": "3.3.7",
38
38
  "type": "version"
39
39
  },
40
40
  "_requiredBy": [
41
41
  "#USER",
42
42
  "/"
43
43
  ],
44
- "_resolved": "https://registry.npmjs.org/primer-markdown/-/primer-markdown-3.3.6.tgz",
45
- "_shasum": "0a5e24fe4ffa8ff23671522099b86e2c0471acb2",
44
+ "_resolved": "https://registry.npmjs.org/primer-markdown/-/primer-markdown-3.3.7.tgz",
45
+ "_shasum": "6a3f5626ce2705266791d565dfc441ac0e9aaa5c",
46
46
  "_shrinkwrap": null,
47
- "_spec": "primer-markdown@3.3.6",
48
- "_where": "/Users/benbalter/projects/primer",
47
+ "_spec": "primer-markdown@3.3.7",
48
+ "_where": "/Users/benbalter/projects/pages-themes/primer",
49
49
  "author": {
50
50
  "name": "GitHub, Inc."
51
51
  },
@@ -63,15 +63,15 @@
63
63
  },
64
64
  "directories": {},
65
65
  "dist": {
66
- "shasum": "0a5e24fe4ffa8ff23671522099b86e2c0471acb2",
67
- "tarball": "https://registry.npmjs.org/primer-markdown/-/primer-markdown-3.3.6.tgz"
66
+ "shasum": "6a3f5626ce2705266791d565dfc441ac0e9aaa5c",
67
+ "tarball": "https://registry.npmjs.org/primer-markdown/-/primer-markdown-3.3.7.tgz"
68
68
  },
69
69
  "files": [
70
70
  "index.scss",
71
71
  "lib",
72
72
  "build"
73
73
  ],
74
- "gitHead": "992f5af41b198112476c8a2d7d6bed83ab1fcbc6",
74
+ "gitHead": "bed376573706185a1749a35000d8623ba0414223",
75
75
  "homepage": "https://github.com/primer/primer-markdown",
76
76
  "keywords": [
77
77
  "github",
@@ -90,14 +90,35 @@
90
90
  "name": "broccolini",
91
91
  "email": "diana.mounter@gmail.com"
92
92
  },
93
+ {
94
+ "name": "dgraham",
95
+ "email": "david.malcom.graham@gmail.com"
96
+ },
93
97
  {
94
98
  "name": "jonrohan",
95
99
  "email": "yes@jonrohan.codes"
100
+ },
101
+ {
102
+ "name": "josh",
103
+ "email": "josh@joshpeek.com"
104
+ },
105
+ {
106
+ "name": "mdo",
107
+ "email": "markdotto@gmail.com"
108
+ },
109
+ {
110
+ "name": "mislav",
111
+ "email": "mislav.marohnic@gmail.com"
112
+ },
113
+ {
114
+ "name": "muan",
115
+ "email": "me@muanchiou.com"
96
116
  }
97
117
  ],
98
118
  "name": "primer-markdown",
99
119
  "optionalDependencies": {},
100
- "readme": "ERROR: No README data found!",
120
+ "readme": "# Primer CSS Markdown\n\n[![NPM version](http://img.shields.io/npm/v/primer-markdown.svg)](https://www.npmjs.org/package/primer-markdown)\n[![Build Status](https://travis-ci.org/primer/primer-markdown.svg?branch=master)](https://travis-ci.org/primer/primer-markdown)\n\n> Stylesheets for rendering GitHub Flavored Markdown and syntax highlighted code snippets.\n\nThis repository is a module of the full [primer-css][primer-css] repository.\n\n## Install\n\nThis repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-markdown` with this command.\n\n```\n$ npm install --save primer-markdown\n```\n\n## Usage\n\nThe source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this.\n\n```scss\n@import \"primer-markdown/index.scss\";\n```\n\nYou can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._\n\n## Build\n\nFor a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package.\n\n```\n$ npm run build\n```\n\n## Documentation\n\n<!-- %docs\ntitle: Markdown\nstatus: Stable\n-->\n\nText can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://github.com) should be blue with no underlines (unless hovered over).\n\nThere should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs.\n\nThere should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs.\n\n> There should be no margin above this first sentence.\n>\n> Blockquotes should be a lighter gray with a gray border along the left side.\n>\n> There should be no margin below this final sentence.\n\n# Header 1\n\nThis is a normal paragraph following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.\n\n## Header 2\n\n> This is a blockquote following a header. Bacon ipsum dolor sit amet t-bone doner shank drumstick, pork belly porchetta chuck sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola ham hock filet mignon cow shoulder short ribs biltong.\n\n### Header 3\n\n```\nThis is a code block following a header.\n```\n\n#### Header 4\n\n* This is an unordered list following a header.\n* This is an unordered list following a header.\n* This is an unordered list following a header.\n\n##### Header 5\n\n1. This is an ordered list following a header.\n2. This is an ordered list following a header.\n3. This is an ordered list following a header.\n\n###### Header 6\n\n| What | Follows |\n|-----------|-----------------|\n| A table | A header |\n| A table | A header |\n| A table | A header |\n\n----------------\n\nThere's a horizontal rule above and below this.\n\n----------------\n\nHere is an unordered list:\n\n* Salt-n-Pepa\n* Bel Biv DeVoe\n* Kid 'N Play\n\nAnd an ordered list:\n\n1. Michael Jackson\n2. Michael Bolton\n3. Michael Bublé\n\nAnd an unordered task list:\n\n- [x] Create a sample markdown document\n- [x] Add task lists to it\n- [ ] Take a vacation\n\nAnd a \"mixed\" task list:\n\n- [ ] Steal underpants\n- ?\n- [ ] Profit!\n\nAnd a nested list:\n\n* Jackson 5\n * Michael\n * Tito\n * Jackie\n * Marlon\n * Jermaine\n* TMNT\n * Leonardo\n * Michelangelo\n * Donatello\n * Raphael\n\nDefinition lists can be used with HTML syntax. Definition terms are bold and italic.\n\n<dl>\n <dt>Name</dt>\n <dd>Godzilla</dd>\n <dt>Born</dt>\n <dd>1952</dd>\n <dt>Birthplace</dt>\n <dd>Japan</dd>\n <dt>Color</dt>\n <dd>Green</dd>\n</dl>\n\n----------------\n\nTables should have bold headings and alternating shaded rows.\n\n| Artist | Album | Year |\n|-------------------|-----------------|------|\n| Michael Jackson | Thriller | 1982 |\n| Prince | Purple Rain | 1984 |\n| Beastie Boys | License to Ill | 1986 |\n\nIf a table is too wide, it should condense down and/or scroll horizontally.\n\n| Artist | Album | Year | Label | Awards | Songs |\n|-------------------|-----------------|------|-------------|----------|-----------|\n| Michael Jackson | Thriller | 1982 | Epic Records | Grammy Award for Album of the Year, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&B Album, Brit Award for Best Selling Album, Grammy Award for Best Engineered Album, Non-Classical | Wanna Be Startin' Somethin', Baby Be Mine, The Girl Is Mine, Thriller, Beat It, Billie Jean, Human Nature, P.Y.T. (Pretty Young Thing), The Lady in My Life |\n| Prince | Purple Rain | 1984 | Warner Brothers Records | Grammy Award for Best Score Soundtrack for Visual Media, American Music Award for Favorite Pop/Rock Album, American Music Award for Favorite Soul/R&B Album, Brit Award for Best Soundtrack/Cast Recording, Grammy Award for Best Rock Performance by a Duo or Group with Vocal | Let's Go Crazy, Take Me With U, The Beautiful Ones, Computer Blue, Darling Nikki, When Doves Cry, I Would Die 4 U, Baby I'm a Star, Purple Rain |\n| Beastie Boys | License to Ill | 1986 | Mercury Records | noawardsbutthistablecelliswide | Rhymin & Stealin, The New Style, She's Crafty, Posse in Effect, Slow Ride, Girls, (You Gotta) Fight for Your Right, No Sleep Till Brooklyn, Paul Revere, Hold It Now, Hit It, Brass Monkey, Slow and Low, Time to Get Ill |\n\n----------------\n\nCode snippets like `var foo = \"bar\";` can be shown inline.\n\nAlso, `this should vertically align` ~~`with this`~~ ~~and this~~.\n\nCode can also be shown in a block element.\n```\nvar foo = \"bar\";\n```\n\nCode can also use syntax highlighting.\n```javascript\nvar foo = \"bar\";\n```\n\n```\nLong, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.\n```\n\n```javascript\nvar foo = \"The same thing is true for code with syntax highlighting. A single line of code should horizontally scroll if it is really long.\";\n```\n\nInline code inside table cells should still be distinguishable.\n\n| Language | Code |\n|-------------|--------------------|\n| Javascript | `var foo = \"bar\";` |\n| Ruby | `foo = \"bar\"` |\n\n----------------\n\nSmall images should be shown at their actual size.\n\n![](http://placekitten.com/g/300/200/)\n\nLarge images should always scale down and fit in the content container.\n\n![](http://placekitten.com/g/1200/800/)\n\n```\nThis is the final element on the page and there should be no margin below this.\n```\n<!-- %enddocs -->\n\n## License\n\n[MIT](./LICENSE) &copy; [GitHub](https://github.com/)\n\n[primer-css]: https://github.com/primer/primer\n[docs]: http://primercss.io/\n[npm]: https://www.npmjs.com/\n[install-npm]: https://docs.npmjs.com/getting-started/installing-node\n[sass]: http://sass-lang.com/\n",
121
+ "readmeFilename": "README.md",
101
122
  "repository": {
102
123
  "type": "git",
103
124
  "url": "git+https://github.com/primer/primer-markdown.git"
@@ -108,5 +129,5 @@
108
129
  "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
109
130
  },
110
131
  "style": "index.scss",
111
- "version": "3.3.6"
132
+ "version": "3.3.7"
112
133
  }
@@ -1,3 +1,16 @@
1
+ # v4.0.0
2
+
3
+ * fixed missing updates to typoraphy mixins from bad merge - broccolini [github/github@1bd8f15](https://github.com/github/github/commit/1bd8f15)
4
+ * update versions for primer-core suppor and utilities - broccolini [github/github@167ed79](https://github.com/github/github/commit/167ed79)
5
+
6
+ # v3.1.0
7
+
8
+ * correct primer support version number - broccolini [github/github@b767f0f](https://github.com/github/github/commit/b767f0f)d534
9
+ * Bump version for #71658 - Mu-An Chiou [github/github@2cb62b2](https://github.com/github/github/commit/2cb62b2)4280
10
+ * Add .border-purple - Sophie Shepherd [github/github@f55ebaa](https://github.com/github/github/commit/f55ebaa)0fe1
11
+ * Revert "System font stack update" - Diana Mounter [github/github@ab17a0d](https://github.com/github/github/commit/ab17a0d)d0c2
12
+ * update system font stack - broccolini [github/github@86bccc0](https://github.com/github/github/commit/86bccc0)c58d
13
+
1
14
  # v3.0.2
2
15
 
3
16
  * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f)
@@ -70,7 +70,7 @@
70
70
  box-shadow: none;
71
71
  }
72
72
 
73
- .counter {
73
+ .Counter {
74
74
  color: darken($bg, 8%);
75
75
  background-color: $white;
76
76
  }
@@ -93,7 +93,7 @@
93
93
  background-image: linear-gradient(-180deg, lighten($color, 10%) 0%, $color 90%);
94
94
  border-color: $black-fade-50;
95
95
 
96
- .counter {
96
+ .Counter {
97
97
  color: $text-white;
98
98
  }
99
99
  }
@@ -123,7 +123,7 @@
123
123
  background-color: $bg-color;
124
124
  background-image: none;
125
125
 
126
- .counter {
126
+ .Counter {
127
127
  background-color: rgba(0, 0, 0, 0.07);
128
128
  }
129
129
 
@@ -135,7 +135,7 @@
135
135
  background-image: none;
136
136
  border-color: $text-color;
137
137
 
138
- .counter {
138
+ .Counter {
139
139
  color: $text-color;
140
140
  background-color: $bg-color;
141
141
  }
@@ -40,37 +40,45 @@
40
40
  }
41
41
 
42
42
  // Responsive heading mixins
43
- // There are no responsive mixins for h5 and h6 because they are small
43
+ // There are no responsive mixins for h4—h6 because they are small
44
44
  // and don't need to be smaller on mobile.
45
- @mixin h1-reponsive {
46
- font-size: 26px;
47
- font-weight: $font-weight-bold;
45
+ @mixin f1-responsive {
46
+ font-size: $h1-size-mobile;
48
47
 
49
- // Up to 32px in future
50
- @include breakpoint(md) { font-size: 30px; }
48
+ // 32px on desktop
49
+ @include breakpoint(md) { font-size: $h1-size; }
51
50
 
52
51
  }
53
52
 
54
- @mixin h2-responsive {
55
- font-size: 20px;
56
- font-weight: $font-weight-bold;
53
+ @mixin f2-responsive {
54
+ font-size: $h2-size-mobile;
57
55
 
58
- // Up to 22px or 24px in future
59
- @include breakpoint(md) { font-size: 21px; }
56
+ // 24px on desktop
57
+ @include breakpoint(md) { font-size: $h2-size; }
60
58
  }
61
59
 
62
- @mixin h3-responsive {
63
- font-size: 14px;
64
- font-weight: $font-weight-bold;
60
+ @mixin f3-responsive {
61
+ font-size: $h3-size-mobile;
65
62
 
66
- @include breakpoint(md) { font-size: 16px; }
63
+ // 20px on desktop
64
+ @include breakpoint(md) { font-size: $h3-size; }
67
65
 
68
66
  }
69
67
 
70
- @mixin h4-responsive {
71
- font-size: 13px;
68
+ // These use the mixins from above for responsive heading sizes.
69
+ // The following mixins can be used where it's convenient or necessary to
70
+ // couple the responsive font-size with the font-weight.
71
+ @mixin h1-responsive {
72
+ @include f1-responsive;
72
73
  font-weight: $font-weight-bold;
74
+ }
73
75
 
74
- @include breakpoint(md) { font-size: 14px; }
76
+ @mixin h2-responsive {
77
+ @include f2-responsive;
78
+ font-weight: $font-weight-bold;
79
+ }
75
80
 
81
+ @mixin h3-responsive {
82
+ @include f3-responsive;
83
+ font-weight: $font-weight-bold;
76
84
  }
@@ -3,7 +3,6 @@
3
3
  // stylelint-disable declaration-bang-space-before
4
4
 
5
5
  // State indicators.
6
- $status-renamed: $yellow-500 !default;
7
6
  $status-pending: desaturate($yellow-700, 15%) !default;
8
7
 
9
8
  // Repository type colors
@@ -24,9 +23,13 @@ $border-blue-light: $blue-200 !default;
24
23
  $border-green: $green-400 !default;
25
24
  $border-green-light: desaturate($green-300, 40%) !default;
26
25
 
26
+ $border-purple: $purple !default;
27
+
27
28
  $border-red: $red !default;
28
29
  $border-red-light: desaturate($red-300, 60%) !default;
29
30
 
31
+ $border-purple: $purple !default;
32
+
30
33
  $border-yellow: desaturate($yellow-300, 60%) !default;
31
34
 
32
35
  $border-gray-dark: $gray-300 !default;
@@ -6,7 +6,7 @@
6
6
  // 0 => 0px
7
7
  // 1 => 4px
8
8
  // 2 => 8px
9
- // 3 => 12px
9
+ // 3 => 16px
10
10
  // 4 => 24px
11
11
  // 5 => 32px
12
12
  // 6 => 40px
@@ -15,7 +15,7 @@ $exploregrid-item-border-radius: 4px;
15
15
  $box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !default;
16
16
  $box-shadow-medium: 0 1px 5px rgba(0, 0, 0, 0.15) !default;
17
17
  $box-shadow-large: 0 1px 15px rgba(0, 0, 0, 0.15) !default;
18
- $box-shadow-extra-large: 0 10px 50px rgba(0, 0, 0, 0.05) !default;
18
+ $box-shadow-extra-large: 0 10px 50px rgba(0, 0, 0, 0.07) !default;
19
19
 
20
20
  // Tooltips
21
21
  $tooltip-max-width: 250px !default;
@@ -1,7 +1,15 @@
1
1
  // Typography variables
2
2
  // stylelint-disable declaration-bang-space-before
3
3
 
4
- // Heading sizes
4
+ // Heading sizes - mobile
5
+ // h4—h6 remain the same size on both mobile & desktop
6
+ $h00-size-mobile: 40px !default;
7
+ $h0-size-mobile: 32px !default;
8
+ $h1-size-mobile: 26px !default;
9
+ $h2-size-mobile: 22px !default;
10
+ $h3-size-mobile: 18px !default;
11
+
12
+ // Heading sizes - desktop
5
13
  $h00-size: 48px !default;
6
14
  $h0-size: 40px !default;
7
15
  $h1-size: 32px !default;
@@ -2,39 +2,39 @@
2
2
  "_args": [
3
3
  [
4
4
  {
5
- "raw": "primer-support@3.0.2",
5
+ "raw": "primer-support@4.0.0",
6
6
  "scope": null,
7
7
  "escapedName": "primer-support",
8
8
  "name": "primer-support",
9
- "rawSpec": "3.0.2",
10
- "spec": "3.0.2",
9
+ "rawSpec": "4.0.0",
10
+ "spec": "4.0.0",
11
11
  "type": "version"
12
12
  },
13
- "/Users/benbalter/projects/primer"
13
+ "/Users/benbalter/projects/pages-themes/primer"
14
14
  ]
15
15
  ],
16
- "_from": "primer-support@3.0.2",
17
- "_id": "primer-support@3.0.2",
16
+ "_from": "primer-support@4.0.0",
17
+ "_id": "primer-support@4.0.0",
18
18
  "_inCache": true,
19
19
  "_location": "/primer-support",
20
- "_nodeVersion": "7.7.3",
20
+ "_nodeVersion": "7.9.0",
21
21
  "_npmOperationalInternal": {
22
- "host": "packages-18-east.internal.npmjs.com",
23
- "tmp": "tmp/primer-support-3.0.2.tgz_1490129546696_0.985271300887689"
22
+ "host": "packages-12-west.internal.npmjs.com",
23
+ "tmp": "tmp/primer-support-4.0.0.tgz_1492733766968_0.0859340624883771"
24
24
  },
25
25
  "_npmUser": {
26
26
  "name": "jonrohan",
27
27
  "email": "yes@jonrohan.codes"
28
28
  },
29
- "_npmVersion": "4.1.2",
29
+ "_npmVersion": "4.2.0",
30
30
  "_phantomChildren": {},
31
31
  "_requested": {
32
- "raw": "primer-support@3.0.2",
32
+ "raw": "primer-support@4.0.0",
33
33
  "scope": null,
34
34
  "escapedName": "primer-support",
35
35
  "name": "primer-support",
36
- "rawSpec": "3.0.2",
37
- "spec": "3.0.2",
36
+ "rawSpec": "4.0.0",
37
+ "spec": "4.0.0",
38
38
  "type": "version"
39
39
  },
40
40
  "_requiredBy": [
@@ -45,11 +45,11 @@
45
45
  "/primer-markdown",
46
46
  "/primer-utilities"
47
47
  ],
48
- "_resolved": "https://registry.npmjs.org/primer-support/-/primer-support-3.0.2.tgz",
49
- "_shasum": "53ab794dc7e492e66f60f3bae73c92ab0c030537",
48
+ "_resolved": "https://registry.npmjs.org/primer-support/-/primer-support-4.0.0.tgz",
49
+ "_shasum": "3dbbb37e4e0f2ed2ea6035e0b79dd0cb33bae85e",
50
50
  "_shrinkwrap": null,
51
- "_spec": "primer-support@3.0.2",
52
- "_where": "/Users/benbalter/projects/primer",
51
+ "_spec": "primer-support@4.0.0",
52
+ "_where": "/Users/benbalter/projects/pages-themes/primer",
53
53
  "author": {
54
54
  "name": "GitHub, Inc."
55
55
  },
@@ -64,14 +64,14 @@
64
64
  },
65
65
  "directories": {},
66
66
  "dist": {
67
- "shasum": "53ab794dc7e492e66f60f3bae73c92ab0c030537",
68
- "tarball": "https://registry.npmjs.org/primer-support/-/primer-support-3.0.2.tgz"
67
+ "shasum": "3dbbb37e4e0f2ed2ea6035e0b79dd0cb33bae85e",
68
+ "tarball": "https://registry.npmjs.org/primer-support/-/primer-support-4.0.0.tgz"
69
69
  },
70
70
  "files": [
71
71
  "index.scss",
72
72
  "lib"
73
73
  ],
74
- "gitHead": "ae5852f055eb5fb9ec8ff143e0897e059e89124d",
74
+ "gitHead": "4e42d05bd727bd3c45a9d48178f4d356cff17a23",
75
75
  "homepage": "http://primercss.io/",
76
76
  "keywords": [
77
77
  "primer",
@@ -89,14 +89,39 @@
89
89
  "name": "broccolini",
90
90
  "email": "diana.mounter@gmail.com"
91
91
  },
92
+ {
93
+ "name": "dgraham",
94
+ "email": "david.malcom.graham@gmail.com"
95
+ },
96
+ {
97
+ "name": "github-owner",
98
+ "email": "dgraham@github.com"
99
+ },
92
100
  {
93
101
  "name": "jonrohan",
94
102
  "email": "yes@jonrohan.codes"
103
+ },
104
+ {
105
+ "name": "josh",
106
+ "email": "josh@joshpeek.com"
107
+ },
108
+ {
109
+ "name": "mdo",
110
+ "email": "markdotto@gmail.com"
111
+ },
112
+ {
113
+ "name": "mislav",
114
+ "email": "mislav.marohnic@gmail.com"
115
+ },
116
+ {
117
+ "name": "muan",
118
+ "email": "me@muanchiou.com"
95
119
  }
96
120
  ],
97
121
  "name": "primer-support",
98
122
  "optionalDependencies": {},
99
- "readme": "ERROR: No README data found!",
123
+ "readme": "# Primer CSS Support\n\n[![NPM version](http://img.shields.io/npm/v/primer-support.svg)](https://www.npmjs.org/package/primer-support)\n[![Build Status](https://travis-ci.org/primer/primer-support.svg?branch=master)](https://travis-ci.org/primer/primer-support)\n\n> Support files are Sass variables, mixins, and functions that we import into different bases for use across components, objects, and utilities. Sharing these common properties across GitHub sites helps us to keep our styles more consistent.\n>\n> Most of the time to include these you'll only need to add `@import \"support/support\";` to the top of your bundle. If you want only a specific partial you can import them separately.\n\nThis repository is a module of the full [primer-css][primer] repository.\n\n## Install\n\nThis repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-support` with this command.\n\n```\n$ npm install --save primer-support\n```\n\n## Usage\n\nThe source files included are written in [Sass][sass] (`scss`) You can simply point your sass `include-path` at your `node_modules` directory and import it like this.\n\n```scss\n@import \"primer-support/index.scss\";\n```\n\nYou can also import specific portions of the module by importing those partials from the `/lib/` folder. _Make sure you import any requirements along with the modules._\n\n## Documentation\n\nYou can read more about support in the [docs][docs].\n\n## License\n\n[MIT](./LICENSE) &copy; [GitHub](https://github.com/)\n\n[primer]: https://github.com/primer/primer\n[docs]: http://primercss.io/\n[npm]: https://www.npmjs.com/\n[install-npm]: https://docs.npmjs.com/getting-started/installing-node\n[sass]: http://sass-lang.com/\n",
124
+ "readmeFilename": "README.md",
100
125
  "repository": {
101
126
  "type": "git",
102
127
  "url": "git+https://github.com/primer/primer-support.git"
@@ -105,5 +130,5 @@
105
130
  "test": "stylelint **/*.scss -c .stylelintrc.json -s scss"
106
131
  },
107
132
  "style": "index.scss",
108
- "version": "3.0.2"
133
+ "version": "4.0.0"
109
134
  }