jekyll-theme-primer 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +1 -1
  3. data/_sass/jekyll-theme-primer.scss +0 -1
  4. data/_sass/primer-base/CHANGELOG.md +20 -0
  5. data/_sass/primer-base/README.md +1 -1
  6. data/_sass/primer-base/build/build.css +1 -2
  7. data/_sass/primer-base/build/index.js +1 -0
  8. data/_sass/primer-base/index.scss +1 -1
  9. data/_sass/primer-base/lib/base.scss +1 -0
  10. data/_sass/{normalize.css → primer-base/lib}/normalize.scss +6 -2
  11. data/_sass/primer-base/lib/typography-base.scss +1 -1
  12. data/_sass/primer-base/package.json +36 -34
  13. data/_sass/primer-layout/CHANGELOG.md +19 -0
  14. data/_sass/primer-layout/README.md +3 -7
  15. data/_sass/primer-layout/build/build.css +1 -2
  16. data/_sass/primer-layout/build/index.js +1 -0
  17. data/_sass/primer-layout/index.scss +1 -0
  18. data/_sass/primer-layout/lib/grid.scss +0 -1
  19. data/_sass/primer-layout/package.json +35 -32
  20. data/_sass/primer-markdown/CHANGELOG.md +29 -0
  21. data/_sass/primer-markdown/README.md +1 -6
  22. data/_sass/primer-markdown/build/build.css +1 -2
  23. data/_sass/primer-markdown/build/index.js +1 -0
  24. data/_sass/primer-markdown/lib/blob-csv.scss +3 -3
  25. data/_sass/primer-markdown/lib/code.scss +2 -2
  26. data/_sass/primer-markdown/lib/headings.scss +4 -4
  27. data/_sass/primer-markdown/lib/images.scss +3 -3
  28. data/_sass/primer-markdown/lib/lists.scss +1 -1
  29. data/_sass/primer-markdown/lib/markdown-body.scss +9 -9
  30. data/_sass/primer-markdown/lib/tables.scss +9 -5
  31. data/_sass/primer-markdown/package.json +34 -31
  32. data/_sass/primer-support/CHANGELOG.md +85 -0
  33. data/_sass/primer-support/README.md +1 -1
  34. data/_sass/primer-support/index.scss +5 -1
  35. data/_sass/primer-support/lib/mixins/buttons.scss +156 -0
  36. data/_sass/primer-support/lib/mixins/misc.scss +1 -1
  37. data/_sass/primer-support/lib/mixins/typography.scss +4 -4
  38. data/_sass/primer-support/lib/variables/color-system.scss +114 -0
  39. data/_sass/primer-support/lib/variables/colors.scss +64 -0
  40. data/_sass/primer-support/lib/variables/layout.scss +58 -0
  41. data/_sass/primer-support/lib/variables/misc.scss +45 -0
  42. data/_sass/primer-support/lib/variables/typography.scss +35 -0
  43. data/_sass/primer-support/package.json +33 -29
  44. data/_sass/primer-utilities/CHANGELOG.md +130 -0
  45. data/_sass/primer-utilities/README.md +2 -2
  46. data/_sass/primer-utilities/build/build.css +1 -2
  47. data/_sass/primer-utilities/build/index.js +1 -2
  48. data/_sass/primer-utilities/index.scss +5 -1
  49. data/_sass/primer-utilities/lib/animations.scss +8 -11
  50. data/_sass/primer-utilities/lib/borders.scss +61 -0
  51. data/_sass/primer-utilities/lib/box-shadow.scss +26 -0
  52. data/_sass/primer-utilities/lib/colors.scss +72 -10
  53. data/_sass/primer-utilities/lib/flexbox.scss +80 -0
  54. data/_sass/primer-utilities/lib/layout.scss +37 -50
  55. data/_sass/primer-utilities/lib/margin.scss +37 -9
  56. data/_sass/primer-utilities/lib/padding.scss +16 -3
  57. data/_sass/primer-utilities/lib/typography.scss +65 -9
  58. data/_sass/primer-utilities/lib/visibility-display.scss +95 -0
  59. data/_sass/primer-utilities/package.json +35 -35
  60. metadata +17 -10
  61. data/_sass/normalize.css/CHANGELOG.md +0 -135
  62. data/_sass/normalize.css/LICENSE.md +0 -21
  63. data/_sass/normalize.css/README.md +0 -128
  64. data/_sass/normalize.css/package.json +0 -111
  65. data/_sass/primer-support/lib/variables.scss +0 -179
  66. data/_sass/primer-utilities/lib/border.scss +0 -29
@@ -1,3 +1,32 @@
1
+ # v3.3.6
2
+
3
+ * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f)
4
+ * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84)
5
+
6
+ # v3.3.5
7
+
8
+ * bump version numbers that were missed previously - broccolini [github/github@ee50553](https://github.com/github/github/commit/ee50553)
9
+ * update markdown primer-product module color variables - broccolini [github/github@ffe0fd7](https://github.com/github/github/commit/ffe0fd7)
10
+ * bg color transparent - Caleb Winters [github/github@d398e79](https://github.com/github/github/commit/d398e79)
11
+ * fix bg color css - Caleb Winters [github/github@e626139](https://github.com/github/github/commit/e626139)
12
+ * clean up selector - Caleb Winters [github/github@408bf5d](https://github.com/github/github/commit/408bf5d)
13
+ * only remove bg color on images in table row - Caleb Winters [github/github@e752a40](https://github.com/github/github/commit/e752a40)
14
+ * remove background-color css for markdown images - Caleb Winters [github/github@60b13f6](https://github.com/github/github/commit/60b13f6)
15
+
16
+ # v3.3.3
17
+
18
+ * update version numbers for primer package with bold update - broccolini [github/github@5d3e089](https://github.com/github/github/commit/5d3e089)
19
+
20
+ # v3.3.2
21
+
22
+ * bumping the version - Jon Rohan [github/github@4a72b25](https://github.com/github/github/commit/4a72b25)
23
+ * Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651)
24
+ * don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff)
25
+ * Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c)
26
+ * Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571)
27
+ * Sorting and table objects. We also don't need homepage - Jon Rohan [github/github@798629d](https://github.com/github/github/commit/798629d)
28
+ * Removing duplicate headers - Jon Rohan [github/github@225cee1](https://github.com/github/github/commit/225cee1)
29
+
1
30
  # v3.3.1
2
31
 
3
32
  * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a)
@@ -1,7 +1,7 @@
1
1
  # Primer CSS Markdown
2
2
 
3
3
  [![NPM version](http://img.shields.io/npm/v/primer-markdown.svg)](https://www.npmjs.org/package/primer-markdown)
4
- [![Build Status](https://travis-ci.org/primer/markdown.svg?branch=master)](https://travis-ci.org/primer/markdown)
4
+ [![Build Status](https://travis-ci.org/primer/primer-markdown.svg?branch=master)](https://travis-ci.org/primer/primer-markdown)
5
5
 
6
6
  > Stylesheets for rendering GitHub Flavored Markdown and syntax highlighted code snippets.
7
7
 
@@ -35,16 +35,11 @@ $ npm run build
35
35
 
36
36
  ## Documentation
37
37
 
38
- You can read more about other primer modules in the [full primer docs][docs].
39
-
40
38
  <!-- %docs
41
39
  title: Markdown
42
- homepage: https://github.com/primer/primer-markdown
43
40
  status: Stable
44
41
  -->
45
42
 
46
- ### Markdown test document
47
-
48
43
  Text can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://github.com) should be blue with no underlines (unless hovered over).
49
44
 
50
45
  There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs. There should be whitespace between paragraphs.
@@ -1,2 +1 @@
1
- .markdown-body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,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:#c00}.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:#e7e7e7;border:0}.markdown-body blockquote{padding:0 1em;color:#777;border-left:0.25em solid #ddd}.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:#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}.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:#000;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 #eee}.markdown-body h2{padding-bottom:0.3em;font-size:1.5em;border-bottom:1px solid #eee}.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:#777}.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:bold}.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: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%;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 #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:0.2em;padding-bottom:0.2em;margin:0;font-size:85%;background-color:rgba(0,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:-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:#f7f7f7;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:bold;background:#f8f8f8;border-top:0}
2
-
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}
@@ -0,0 +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":[]}}}
@@ -13,15 +13,15 @@
13
13
  .blob-num {
14
14
  padding: 10px 8px 9px;
15
15
  text-align: right;
16
- background: #fff;
16
+ background: $bg-white;
17
17
  border: 0;
18
18
  }
19
19
 
20
20
  tr { border-top: 0; }
21
21
 
22
22
  th {
23
- font-weight: bold;
24
- background: #f8f8f8;
23
+ font-weight: $font-weight-bold;
24
+ background: $gray-100;
25
25
  border-top: 0;
26
26
  }
27
27
  }
@@ -8,7 +8,7 @@
8
8
  padding-bottom: 0.2em;
9
9
  margin: 0;
10
10
  font-size: 85%;
11
- background-color: rgba(0, 0, 0, 0.04);
11
+ background-color: rgba($black, 0.05);
12
12
  border-radius: 3px; // don't add padding, gives scrollbars
13
13
 
14
14
  &::before,
@@ -52,7 +52,7 @@
52
52
  overflow: auto;
53
53
  font-size: 85%;
54
54
  line-height: 1.45;
55
- background-color: #f7f7f7;
55
+ background-color: $gray-100;
56
56
  border-radius: 3px;
57
57
  }
58
58
 
@@ -15,7 +15,7 @@
15
15
  line-height: $lh-condensed;
16
16
 
17
17
  .octicon-link {
18
- color: #000;
18
+ color: $black;
19
19
  vertical-align: middle;
20
20
  visibility: hidden;
21
21
  }
@@ -37,13 +37,13 @@
37
37
  h1 {
38
38
  padding-bottom: 0.3em;
39
39
  font-size: 2em;
40
- border-bottom: 1px solid #eee;
40
+ border-bottom: 1px solid lighten($gray-200, 3%);
41
41
  }
42
42
 
43
43
  h2 {
44
44
  padding-bottom: 0.3em;
45
45
  font-size: 1.5em;
46
- border-bottom: 1px solid #eee;
46
+ border-bottom: 1px solid lighten($gray-200, 3%);
47
47
  }
48
48
 
49
49
  h3 {
@@ -60,6 +60,6 @@
60
60
 
61
61
  h6 {
62
62
  font-size: 0.85em;
63
- color: #777;
63
+ color: $gray-500;
64
64
  }
65
65
  }
@@ -8,7 +8,7 @@
8
8
  // because we put padding on the images to hide header lines, and some people
9
9
  // specify the width of their images in their markdown.
10
10
  box-sizing: content-box;
11
- background-color: #fff;
11
+ background-color: $bg-white;
12
12
 
13
13
  &[align=right] {
14
14
  padding-left: 20px;
@@ -40,7 +40,7 @@
40
40
  padding: 7px;
41
41
  margin: 13px 0 0;
42
42
  overflow: hidden;
43
- border: 1px solid #ddd;
43
+ border: 1px solid lighten($gray-300, 5%);
44
44
  }
45
45
 
46
46
  span img {
@@ -52,7 +52,7 @@
52
52
  display: block;
53
53
  padding: 5px 0 0;
54
54
  clear: both;
55
- color: #333;
55
+ color: $text-gray-dark;
56
56
  }
57
57
  }
58
58
 
@@ -61,7 +61,7 @@
61
61
  margin-top: $margin;
62
62
  font-size: 1em;
63
63
  font-style: italic;
64
- font-weight: bold;
64
+ font-weight: $font-weight-bold;
65
65
  }
66
66
 
67
67
  dd {
@@ -44,7 +44,7 @@ $margin: 16px;
44
44
 
45
45
  // Link Colors
46
46
  .absent {
47
- color: #c00;
47
+ color: $red-600;
48
48
  }
49
49
 
50
50
  .anchor {
@@ -73,14 +73,14 @@ $margin: 16px;
73
73
  height: 0.25em;
74
74
  padding: 0;
75
75
  margin: ($margin * 1.5) 0;
76
- background-color: #e7e7e7;
76
+ background-color: $gray-200;
77
77
  border: 0;
78
78
  }
79
79
 
80
80
  blockquote {
81
81
  padding: 0 1em;
82
- color: #777;
83
- border-left: 0.25em solid #ddd;
82
+ color: $gray-500;
83
+ border-left: 0.25em solid lighten($gray-300, 5%);
84
84
 
85
85
  > :first-child {
86
86
  margin-top: 0;
@@ -96,13 +96,13 @@ $margin: 16px;
96
96
  padding: 3px 5px;
97
97
  font-size: 11px;
98
98
  line-height: 10px;
99
- color: #555;
99
+ color: $gray-700;
100
100
  vertical-align: middle;
101
- background-color: #fcfcfc;
102
- border: solid 1px #ccc;
103
- border-bottom-color: #bbb;
101
+ background-color: $gray-000;
102
+ border: solid 1px darken($gray-300, 4%);
103
+ border-bottom-color: $gray-400;
104
104
  border-radius: 3px;
105
- box-shadow: inset 0 -1px 0 #bbb;
105
+ box-shadow: inset 0 -1px 0 $gray-400;
106
106
  }
107
107
 
108
108
  .loweralpha {
@@ -8,22 +8,26 @@
8
8
  overflow: auto;
9
9
 
10
10
  th {
11
- font-weight: bold;
11
+ font-weight: $font-weight-bold;
12
12
  }
13
13
 
14
14
  th,
15
15
  td {
16
16
  padding: 6px 13px;
17
- border: 1px solid #ddd;
17
+ border: 1px solid lighten($gray-300, 5%);
18
18
  }
19
19
 
20
20
  tr {
21
- background-color: #fff;
22
- border-top: 1px solid #ccc;
21
+ background-color: $bg-white;
22
+ border-top: 1px solid darken($gray-300, 4%);
23
23
 
24
24
  &:nth-child(2n) {
25
- background-color: #f8f8f8;
25
+ background-color: $gray-100;
26
26
  }
27
27
  }
28
+
29
+ img {
30
+ background-color: transparent;
31
+ }
28
32
  }
29
33
  }
@@ -2,49 +2,50 @@
2
2
  "_args": [
3
3
  [
4
4
  {
5
- "raw": "primer-markdown@^3.3.1",
5
+ "raw": "primer-markdown@3.3.6",
6
6
  "scope": null,
7
7
  "escapedName": "primer-markdown",
8
8
  "name": "primer-markdown",
9
- "rawSpec": "^3.3.1",
10
- "spec": ">=3.3.1 <4.0.0",
11
- "type": "range"
9
+ "rawSpec": "3.3.6",
10
+ "spec": "3.3.6",
11
+ "type": "version"
12
12
  },
13
- "/Users/benbalter/projects/jekyll-theme-primer"
13
+ "/Users/benbalter/projects/primer"
14
14
  ]
15
15
  ],
16
- "_from": "primer-markdown@>=3.3.1 <4.0.0",
17
- "_id": "primer-markdown@3.3.1",
16
+ "_from": "primer-markdown@3.3.6",
17
+ "_id": "primer-markdown@3.3.6",
18
18
  "_inCache": true,
19
19
  "_location": "/primer-markdown",
20
- "_nodeVersion": "5.12.0",
20
+ "_nodeVersion": "7.7.3",
21
21
  "_npmOperationalInternal": {
22
- "host": "packages-12-west.internal.npmjs.com",
23
- "tmp": "tmp/primer-markdown-3.3.1.tgz_1476385389904_0.1807826121803373"
22
+ "host": "packages-18-east.internal.npmjs.com",
23
+ "tmp": "tmp/primer-markdown-3.3.6.tgz_1490129607035_0.2747260727919638"
24
24
  },
25
25
  "_npmUser": {
26
26
  "name": "jonrohan",
27
27
  "email": "yes@jonrohan.codes"
28
28
  },
29
- "_npmVersion": "3.8.6",
29
+ "_npmVersion": "4.1.2",
30
30
  "_phantomChildren": {},
31
31
  "_requested": {
32
- "raw": "primer-markdown@^3.3.1",
32
+ "raw": "primer-markdown@3.3.6",
33
33
  "scope": null,
34
34
  "escapedName": "primer-markdown",
35
35
  "name": "primer-markdown",
36
- "rawSpec": "^3.3.1",
37
- "spec": ">=3.3.1 <4.0.0",
38
- "type": "range"
36
+ "rawSpec": "3.3.6",
37
+ "spec": "3.3.6",
38
+ "type": "version"
39
39
  },
40
40
  "_requiredBy": [
41
+ "#USER",
41
42
  "/"
42
43
  ],
43
- "_resolved": "https://registry.npmjs.org/primer-markdown/-/primer-markdown-3.3.1.tgz",
44
- "_shasum": "163a337ddf15823baae9ea2043b228c404ce9e34",
44
+ "_resolved": "https://registry.npmjs.org/primer-markdown/-/primer-markdown-3.3.6.tgz",
45
+ "_shasum": "0a5e24fe4ffa8ff23671522099b86e2c0471acb2",
45
46
  "_shrinkwrap": null,
46
- "_spec": "primer-markdown@^3.3.1",
47
- "_where": "/Users/benbalter/projects/jekyll-theme-primer",
47
+ "_spec": "primer-markdown@3.3.6",
48
+ "_where": "/Users/benbalter/projects/primer",
48
49
  "author": {
49
50
  "name": "GitHub, Inc."
50
51
  },
@@ -56,23 +57,21 @@
56
57
  },
57
58
  "description": "GitHub stylesheets for rendering markdown.",
58
59
  "devDependencies": {
59
- "autoprefixer": "^6.3.6",
60
- "node-sass": "^3.7.0",
61
- "postcss-cli": "^2.5.2",
62
- "stylelint": "^7.0.3",
63
- "stylelint-config-primer": "^1.1.0"
60
+ "primer-module-build": "*",
61
+ "stylelint": "*",
62
+ "stylelint-config-primer": "*"
64
63
  },
65
64
  "directories": {},
66
65
  "dist": {
67
- "shasum": "163a337ddf15823baae9ea2043b228c404ce9e34",
68
- "tarball": "https://registry.npmjs.org/primer-markdown/-/primer-markdown-3.3.1.tgz"
66
+ "shasum": "0a5e24fe4ffa8ff23671522099b86e2c0471acb2",
67
+ "tarball": "https://registry.npmjs.org/primer-markdown/-/primer-markdown-3.3.6.tgz"
69
68
  },
70
69
  "files": [
71
70
  "index.scss",
72
71
  "lib",
73
72
  "build"
74
73
  ],
75
- "gitHead": "3b1a02ba0105ba46b82f3e235311ccbdf238efa4",
74
+ "gitHead": "992f5af41b198112476c8a2d7d6bed83ab1fcbc6",
76
75
  "homepage": "https://github.com/primer/primer-markdown",
77
76
  "keywords": [
78
77
  "github",
@@ -85,7 +84,12 @@
85
84
  "md"
86
85
  ],
87
86
  "license": "MIT",
87
+ "main": "build/index.js",
88
88
  "maintainers": [
89
+ {
90
+ "name": "broccolini",
91
+ "email": "diana.mounter@gmail.com"
92
+ },
89
93
  {
90
94
  "name": "jonrohan",
91
95
  "email": "yes@jonrohan.codes"
@@ -99,11 +103,10 @@
99
103
  "url": "git+https://github.com/primer/primer-markdown.git"
100
104
  },
101
105
  "scripts": {
102
- "build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css",
103
- "prepublish": "npm run setup && npm run build",
104
- "setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
106
+ "build": "primer-module-build index.scss",
107
+ "prepublish": "npm run build",
105
108
  "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
106
109
  },
107
110
  "style": "index.scss",
108
- "version": "3.3.1"
111
+ "version": "3.3.6"
109
112
  }
@@ -1,3 +1,88 @@
1
+ # v3.0.2
2
+
3
+ * Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f)
4
+ * Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84)
5
+
6
+ # v3.0.1
7
+
8
+ * bump version after adding variable - broccolini [github/github@7eeeed5](https://github.com/github/github/commit/7eeeed5)
9
+ * add yellow border variable to replace old flash border variable - broccolini [github/github@6eb26ee](https://github.com/github/github/commit/6eb26ee)
10
+
11
+ # v3.0.0
12
+
13
+ * bump major version due to renaming in support and utils - broccolini [github/github@85b48ab](https://github.com/github/github/commit/85b48ab)
14
+ * rename border variables - broccolini [github/github@0a580d5](https://github.com/github/github/commit/0a580d5)
15
+
16
+ # v2.1.0
17
+
18
+ * versions - Sophie Shepherd [github/github@703a904](https://github.com/github/github/commit/703a904)
19
+ * @broccolini's feedback - Sophie Shepherd [github/github@f9699ef](https://github.com/github/github/commit/f9699ef)
20
+
21
+ # v2.0.0
22
+
23
+ * Fix lint - Mu-An Chiou [github/github@5a4b3cb](https://github.com/github/github/commit/5a4b3cb)
24
+ * Change border-color back to default for -000 .btn as well - Mu-An Chiou [github/github@bf725a2](https://github.com/github/github/commit/bf725a2)
25
+ * fix lint errors - broccolini [github/github@c520fa4](https://github.com/github/github/commit/c520fa4)
26
+ * fix lints and add defaults to color system variables - broccolini [github/github@b7f5ed5](https://github.com/github/github/commit/b7f5ed5)
27
+ * update primer-core version number - broccolini [github/github@6846743](https://github.com/github/github/commit/6846743)
28
+ * more docs examples, restore gradients from @broccolini and then add additional overrides to prevent hover gradient from bleeding into active state - Mark Otto [github/github@c637891](https://github.com/github/github/commit/c637891)
29
+ * One more button redux - Mark Otto [github/github@0b7323a](https://github.com/github/github/commit/0b7323a)
30
+ * use one yellow for now for status-pending: - broccolini [github/github@9f3bd48](https://github.com/github/github/commit/9f3bd48)
31
+ * darken danger button border on hover - broccolini [github/github@74b68b1](https://github.com/github/github/commit/74b68b1)
32
+ * add inverse mixin for red button hover styles - broccolini [github/github@764c417](https://github.com/github/github/commit/764c417)
33
+ * fix default btn style selected state - broccolini [github/github@fa5706a](https://github.com/github/github/commit/fa5706a)
34
+ * btn fixes: - broccolini [github/github@d5c2110](https://github.com/github/github/commit/d5c2110)
35
+ * update commit css with new variables - broccolini [github/github@198d897](https://github.com/github/github/commit/198d897)
36
+ * lighten yellow-100 just a tiny little bit - broccolini [github/github@0c7f3c5](https://github.com/github/github/commit/0c7f3c5)
37
+ * make purple more blue and less yahoo - ba boom tish! - broccolini [github/github@2fa35bd](https://github.com/github/github/commit/2fa35bd)
38
+ * update border light utility to be darker: - broccolini [github/github@3711ba9](https://github.com/github/github/commit/3711ba9)
39
+ * update orange variables and docs - broccolini [github/github@ab6f263](https://github.com/github/github/commit/ab6f263)
40
+ * update status pending colors - broccolini [github/github@849b34e](https://github.com/github/github/commit/849b34e)
41
+ * replace instances of #ddd with variable in primer-core - broccolini [github/github@4a95523](https://github.com/github/github/commit/4a95523)
42
+ * update red variables in topics: - broccolini [github/github@33ea9b0](https://github.com/github/github/commit/33ea9b0)
43
+ * remove unused variables - broccolini [github/github@a4ca9e4](https://github.com/github/github/commit/a4ca9e4)
44
+ * update default gray variables with new variables - broccolini [github/github@db4e635](https://github.com/github/github/commit/db4e635)
45
+ * update form color variables to use black variable - broccolini [github/github@af4ab27](https://github.com/github/github/commit/af4ab27)
46
+ * make gray match blue hue - broccolini [github/github@e53fff7](https://github.com/github/github/commit/e53fff7)
47
+ * sneak in that sf mono life - Mark Otto [github/github@778a9e6](https://github.com/github/github/commit/778a9e6)
48
+
49
+ # v1.2.2
50
+
51
+ * update version numbers for primer package with bold update - broccolini [github/github@5d3e089](https://github.com/github/github/commit/5d3e089)
52
+
53
+ # v1.2.1
54
+
55
+ * More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e)
56
+
57
+ # v1.2.0
58
+
59
+ * Revving this per @jonrohan - Patrick Marsceill [github/github@331f0b1](https://github.com/github/github/commit/331f0b1)
60
+ * Consolidate variables - Patrick Marsceill [github/github@37ea8ac](https://github.com/github/github/commit/37ea8ac)
61
+ * Make shadow vars - Patrick Marsceill [github/github@93b2e11](https://github.com/github/github/commit/93b2e11)
62
+ * update bg-yellow variables - broccolini [github/github@79701f2](https://github.com/github/github/commit/79701f2)
63
+ * Moving - Jon Rohan [github/github@34d0849](https://github.com/github/github/commit/34d0849)
64
+ * Updates based on feedback - Jon Rohan [github/github@d3528f1](https://github.com/github/github/commit/d3528f1)
65
+ * Documenting current color utilities - Jon Rohan [github/github@46b5f85](https://github.com/github/github/commit/46b5f85)
66
+ * add border color variables - broccolini [github/github@42f0fc0](https://github.com/github/github/commit/42f0fc0)
67
+
68
+ # v1.1.0
69
+
70
+ * updating the version number - Jon Rohan [github/github@db462e6](https://github.com/github/github/commit/db462e6)
71
+ * Updating spacer-6 from 48px to 40px - Jon Rohan [github/github@ae380d1](https://github.com/github/github/commit/ae380d1)
72
+ * updating lg breakpoint for use with new spacer-3 - Jon Rohan [github/github@f5baf52](https://github.com/github/github/commit/f5baf52)
73
+
74
+ # v1.0.0
75
+
76
+ * Fix counter color on primary button - Patrick Marsceill [github/github@9089145](https://github.com/github/github/commit/9089145)
77
+ * Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab)
78
+ * remove old comment - Patrick Marsceill [github/github@794502e](https://github.com/github/github/commit/794502e)
79
+ * Defaulting variables to new formula, with hardcoded old values - Jon Rohan [github/github@1f12c54](https://github.com/github/github/commit/1f12c54)
80
+ * Updating spacer-2 to 8px - Jon Rohan [github/github@3f7fbaf](https://github.com/github/github/commit/3f7fbaf)
81
+ * Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a)
82
+ * Getting rid of as much as possible - Sophie Shepherd [github/github@e2e5de4](https://github.com/github/github/commit/e2e5de4)
83
+ * Make default box shadow a var and apply it to .box-shadow utility - Patrick Marsceill [github/github@bda03be](https://github.com/github/github/commit/bda03be)
84
+ * Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c)
85
+
1
86
  # v0.6.0
2
87
 
3
88
  * Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5)