jekyll-theme-primer 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/_layouts/home.html +4 -0
  4. data/_layouts/page.html +4 -0
  5. data/_layouts/post.html +4 -0
  6. data/_sass/primer-base/lib/base.scss +6 -0
  7. data/_sass/primer-base/lib/normalize.scss +1 -1
  8. data/_sass/primer-layout/lib/grid-offset.scss +12 -23
  9. data/_sass/primer-support/lib/mixins/layout.scss +18 -12
  10. data/_sass/primer-support/lib/variables/layout.scss +7 -1
  11. data/_sass/primer-utilities/index.scss +1 -0
  12. data/_sass/primer-utilities/lib/animations.scss +1 -0
  13. data/_sass/primer-utilities/lib/borders.scss +71 -36
  14. data/_sass/primer-utilities/lib/details.scss +18 -0
  15. data/_sass/primer-utilities/lib/flexbox.scss +45 -73
  16. data/_sass/primer-utilities/lib/layout.scss +12 -27
  17. data/_sass/primer-utilities/lib/margin.scss +42 -75
  18. data/_sass/primer-utilities/lib/padding.scss +26 -56
  19. data/_sass/primer-utilities/lib/typography.scss +22 -23
  20. data/_sass/primer-utilities/lib/visibility-display.scss +21 -45
  21. metadata +15 -43
  22. data/_sass/primer-base/LICENSE +0 -21
  23. data/_sass/primer-base/README.md +0 -48
  24. data/_sass/primer-base/build/build.css +0 -1
  25. data/_sass/primer-base/build/index.js +0 -1
  26. data/_sass/primer-base/package.json +0 -73
  27. data/_sass/primer-layout/LICENSE +0 -21
  28. data/_sass/primer-layout/README.md +0 -137
  29. data/_sass/primer-layout/build/build.css +0 -1
  30. data/_sass/primer-layout/build/index.js +0 -1
  31. data/_sass/primer-layout/docs/grid.md +0 -392
  32. data/_sass/primer-layout/package.json +0 -71
  33. data/_sass/primer-markdown/LICENSE +0 -21
  34. data/_sass/primer-markdown/README.md +0 -218
  35. data/_sass/primer-markdown/build/build.css +0 -1
  36. data/_sass/primer-markdown/build/index.js +0 -1
  37. data/_sass/primer-markdown/package.json +0 -74
  38. data/_sass/primer-support/LICENSE +0 -21
  39. data/_sass/primer-support/README.md +0 -56
  40. data/_sass/primer-support/docs/breakpoints.md +0 -60
  41. data/_sass/primer-support/docs/color-system.md +0 -392
  42. data/_sass/primer-support/docs/spacing.md +0 -40
  43. data/_sass/primer-support/docs/typography.md +0 -90
  44. data/_sass/primer-support/package.json +0 -73
  45. data/_sass/primer-utilities/LICENSE +0 -21
  46. data/_sass/primer-utilities/README.md +0 -48
  47. data/_sass/primer-utilities/build/build.css +0 -1
  48. data/_sass/primer-utilities/build/index.js +0 -1
  49. data/_sass/primer-utilities/docs/animations.md +0 -75
  50. data/_sass/primer-utilities/docs/borders.md +0 -127
  51. data/_sass/primer-utilities/docs/box-shadow.md +0 -107
  52. data/_sass/primer-utilities/docs/colors.md +0 -232
  53. data/_sass/primer-utilities/docs/flexbox.md +0 -665
  54. data/_sass/primer-utilities/docs/layout.md +0 -300
  55. data/_sass/primer-utilities/docs/margin.md +0 -126
  56. data/_sass/primer-utilities/docs/padding.md +0 -110
  57. data/_sass/primer-utilities/docs/typography.md +0 -138
  58. data/_sass/primer-utilities/package.json +0 -71
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-primer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-11 00:00:00.000000000 Z
11
+ date: 2019-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.5'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '5.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">"
25
28
  - !ruby/object:Gem::Version
26
29
  version: '3.5'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '5.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: jekyll-github-metadata
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -105,31 +111,19 @@ files:
105
111
  - README.md
106
112
  - _includes/.gitkeep
107
113
  - _layouts/default.html
114
+ - _layouts/home.html
115
+ - _layouts/page.html
116
+ - _layouts/post.html
108
117
  - _sass/jekyll-theme-primer.scss
109
- - _sass/primer-base/LICENSE
110
- - _sass/primer-base/README.md
111
- - _sass/primer-base/build/build.css
112
- - _sass/primer-base/build/index.js
113
118
  - _sass/primer-base/index.scss
114
119
  - _sass/primer-base/lib/base.scss
115
120
  - _sass/primer-base/lib/normalize.scss
116
121
  - _sass/primer-base/lib/typography-base.scss
117
- - _sass/primer-base/package.json
118
- - _sass/primer-layout/LICENSE
119
- - _sass/primer-layout/README.md
120
- - _sass/primer-layout/build/build.css
121
- - _sass/primer-layout/build/index.js
122
- - _sass/primer-layout/docs/grid.md
123
122
  - _sass/primer-layout/index.scss
124
123
  - _sass/primer-layout/lib/columns.scss
125
124
  - _sass/primer-layout/lib/container.scss
126
125
  - _sass/primer-layout/lib/grid-offset.scss
127
126
  - _sass/primer-layout/lib/grid.scss
128
- - _sass/primer-layout/package.json
129
- - _sass/primer-markdown/LICENSE
130
- - _sass/primer-markdown/README.md
131
- - _sass/primer-markdown/build/build.css
132
- - _sass/primer-markdown/build/index.js
133
127
  - _sass/primer-markdown/index.scss
134
128
  - _sass/primer-markdown/lib/blob-csv.scss
135
129
  - _sass/primer-markdown/lib/code.scss
@@ -138,13 +132,6 @@ files:
138
132
  - _sass/primer-markdown/lib/lists.scss
139
133
  - _sass/primer-markdown/lib/markdown-body.scss
140
134
  - _sass/primer-markdown/lib/tables.scss
141
- - _sass/primer-markdown/package.json
142
- - _sass/primer-support/LICENSE
143
- - _sass/primer-support/README.md
144
- - _sass/primer-support/docs/breakpoints.md
145
- - _sass/primer-support/docs/color-system.md
146
- - _sass/primer-support/docs/spacing.md
147
- - _sass/primer-support/docs/typography.md
148
135
  - _sass/primer-support/index.scss
149
136
  - _sass/primer-support/lib/mixins/buttons.scss
150
137
  - _sass/primer-support/lib/mixins/layout.scss
@@ -155,32 +142,18 @@ files:
155
142
  - _sass/primer-support/lib/variables/layout.scss
156
143
  - _sass/primer-support/lib/variables/misc.scss
157
144
  - _sass/primer-support/lib/variables/typography.scss
158
- - _sass/primer-support/package.json
159
- - _sass/primer-utilities/LICENSE
160
- - _sass/primer-utilities/README.md
161
- - _sass/primer-utilities/build/build.css
162
- - _sass/primer-utilities/build/index.js
163
- - _sass/primer-utilities/docs/animations.md
164
- - _sass/primer-utilities/docs/borders.md
165
- - _sass/primer-utilities/docs/box-shadow.md
166
- - _sass/primer-utilities/docs/colors.md
167
- - _sass/primer-utilities/docs/flexbox.md
168
- - _sass/primer-utilities/docs/layout.md
169
- - _sass/primer-utilities/docs/margin.md
170
- - _sass/primer-utilities/docs/padding.md
171
- - _sass/primer-utilities/docs/typography.md
172
145
  - _sass/primer-utilities/index.scss
173
146
  - _sass/primer-utilities/lib/animations.scss
174
147
  - _sass/primer-utilities/lib/borders.scss
175
148
  - _sass/primer-utilities/lib/box-shadow.scss
176
149
  - _sass/primer-utilities/lib/colors.scss
150
+ - _sass/primer-utilities/lib/details.scss
177
151
  - _sass/primer-utilities/lib/flexbox.scss
178
152
  - _sass/primer-utilities/lib/layout.scss
179
153
  - _sass/primer-utilities/lib/margin.scss
180
154
  - _sass/primer-utilities/lib/padding.scss
181
155
  - _sass/primer-utilities/lib/typography.scss
182
156
  - _sass/primer-utilities/lib/visibility-display.scss
183
- - _sass/primer-utilities/package.json
184
157
  - _sass/rouge.scss
185
158
  - assets/css/style.scss
186
159
  homepage: https://github.com/pages-themes/jekyll-theme-primer
@@ -202,8 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
202
175
  - !ruby/object:Gem::Version
203
176
  version: '0'
204
177
  requirements: []
205
- rubyforge_project:
206
- rubygems_version: 2.7.6
178
+ rubygems_version: 3.0.6
207
179
  signing_key:
208
180
  specification_version: 4
209
181
  summary: Primer is a Jekyll theme for GitHub Pages based on GitHub's Primer styles
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 GitHub Inc.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,48 +0,0 @@
1
- # Primer Base
2
-
3
- [![npm version](https://img.shields.io/npm/v/primer-base.svg)](https://www.npmjs.org/package/primer-base)
4
- [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer)
5
-
6
- > GitHub's CSS to reset the browsers default styles. Built on top of normalize.css
7
-
8
- This repository is a module of the full [primer][primer] repository. And is built off of [normalize.css](https://github.com/necolas/normalize.css/)
9
-
10
- ## Install
11
-
12
- This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-base` with this command.
13
-
14
- ```
15
- $ npm install --save primer-base
16
- ```
17
-
18
- ## Usage
19
-
20
- The 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.
21
-
22
- ```scss
23
- @import "primer-base/index.scss";
24
- ```
25
-
26
- You 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._
27
-
28
- ## Build
29
-
30
- For 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.
31
-
32
- ```
33
- $ npm run build
34
- ```
35
-
36
- ## Documentation
37
-
38
- You can read more about base in the [docs][docs].
39
-
40
- ## License
41
-
42
- [MIT](./LICENSE) &copy; [GitHub](https://github.com/)
43
-
44
- [primer]: https://github.com/primer/primer
45
- [docs]: http://primer.github.io/
46
- [npm]: https://www.npmjs.com/
47
- [install-npm]: https://docs.npmjs.com/getting-started/installing-node
48
- [sass]: http://sass-lang.com/
@@ -1 +0,0 @@
1
- /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;line-height:1.5;color:#24292e;background-color:#fff}a{color:#0366d6;text-decoration:none}a:hover{text-decoration:underline}b,strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #dfe2e5}hr::before,.rule::before{display:table;content:""}hr::after,.rule::after{display:table;clear:both;content:""}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}button{cursor:pointer;border-radius:0}details summary{cursor:pointer}details:not([open])>*:not(summary){display:none !important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}.octicon{vertical-align:text-bottom}
@@ -1 +0,0 @@
1
- module.exports = {"cssstats":{"size":3859,"gzipSize":1510,"humanizedSize":"4kB","humanizedGzipSize":"1kB","rules":{"total":72,"size":{"graph":[3,1,1,1,1,2,1,1,1,1,3,1,1,1,2,2,1,4,1,1,1,1,2,1,3,2,1,1,1,1,2,1,3,6,1,2,1,2,1,2,2,1,3,5,2,1,1,6,2,3,2,1,2,1,1,2,2,2,2,2,2,2,2,1,1,3,1,1,1,2,4,1],"max":6,"average":1.7916666666666667},"selectorByRuleSizes":[{"selector":"hr,.rule","declarations":6},{"selector":"legend","declarations":6},{"selector":"body","declarations":5},{"selector":"pre","declarations":4},{"selector":"sub,sup","declarations":4},{"selector":"ul,ol","declarations":3},{"selector":"hr::after,.rule::after","declarations":3},{"selector":"input,select,textarea,button","declarations":3},{"selector":"fieldset","declarations":3},{"selector":"hr","declarations":3},{"selector":"abbr[title]","declarations":3},{"selector":"html","declarations":3},{"selector":"tt,code","declarations":2},{"selector":"p","declarations":2},{"selector":"h6","declarations":2},{"selector":"h5","declarations":2},{"selector":"h4","declarations":2},{"selector":"h3","declarations":2},{"selector":"h2","declarations":2},{"selector":"h1","declarations":2},{"selector":"h1,h2,h3,h4,h5,h6","declarations":2},{"selector":"button","declarations":2},{"selector":"table","declarations":2},{"selector":"hr::before,.rule::before","declarations":2},{"selector":"a","declarations":2},{"selector":"::-webkit-file-upload-button","declarations":2},{"selector":"::-webkit-input-placeholder","declarations":2},{"selector":"[type=\"search\"]","declarations":2},{"selector":"[type=\"checkbox\"],[type=\"radio\"]","declarations":2},{"selector":"button::-moz-focus-inner,[type=\"button\"]::-moz-focus-inner,[type=\"reset\"]::-moz-focus-inner,[type=\"submit\"]::-moz-focus-inner","declarations":2},{"selector":"button,input,select,textarea","declarations":2},{"selector":"code,kbd,pre,samp","declarations":2},{"selector":"mark","declarations":2},{"selector":"h1","declarations":2},{"selector":"audio:not([controls])","declarations":2},{"selector":".octicon","declarations":1},{"selector":"dd","declarations":1},{"selector":"ul ul ol,ul ol ol,ol ul ol,ol ol ol","declarations":1},{"selector":"ol ol,ul ol","declarations":1},{"selector":"blockquote","declarations":1},{"selector":"small","declarations":1},{"selector":"details:not([open])>*:not(summary)","declarations":1},{"selector":"details summary","declarations":1},{"selector":"td,th","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"a:hover","declarations":1},{"selector":"*","declarations":1},{"selector":"[type=\"search\"]::-webkit-search-cancel-button,[type=\"search\"]::-webkit-search-decoration","declarations":1},{"selector":"[type=\"number\"]::-webkit-inner-spin-button,[type=\"number\"]::-webkit-outer-spin-button","declarations":1},{"selector":"textarea","declarations":1},{"selector":"button:-moz-focusring,[type=\"button\"]:-moz-focusring,[type=\"reset\"]:-moz-focusring,[type=\"submit\"]:-moz-focusring","declarations":1},{"selector":"button,html [type=\"button\"],[type=\"reset\"],[type=\"submit\"]","declarations":1},{"selector":"button,select","declarations":1},{"selector":"button,input","declarations":1},{"selector":"optgroup","declarations":1},{"selector":"figure","declarations":1},{"selector":"svg:not(:root)","declarations":1},{"selector":"img","declarations":1},{"selector":"sup","declarations":1},{"selector":"sub","declarations":1},{"selector":"small","declarations":1},{"selector":"dfn","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"b,strong","declarations":1},{"selector":"a:active,a:hover","declarations":1},{"selector":"a","declarations":1},{"selector":"template,[hidden]","declarations":1},{"selector":"progress","declarations":1},{"selector":"audio,canvas,progress,video","declarations":1},{"selector":"summary","declarations":1},{"selector":"article,aside,details,figcaption,figure,footer,header,main,menu,nav,section","declarations":1},{"selector":"body","declarations":1}]},"selectors":{"total":129,"type":106,"class":4,"id":0,"pseudoClass":6,"pseudoElement":4,"values":["html","body","article","aside","details","figcaption","figure","footer","header","main","menu","nav","section","summary","audio","canvas","progress","video","audio:not([controls])","progress","template","[hidden]","a","a:active","a:hover","abbr[title]","b","strong","b","strong","dfn","h1","mark","small","sub","sup","sub","sup","img","svg:not(:root)","code","kbd","pre","samp","figure","hr","button","input","select","textarea","optgroup","button","input","button","select","button","html [type=\"button\"]","[type=\"reset\"]","[type=\"submit\"]","button::-moz-focus-inner","[type=\"button\"]::-moz-focus-inner","[type=\"reset\"]::-moz-focus-inner","[type=\"submit\"]::-moz-focus-inner","button:-moz-focusring","[type=\"button\"]:-moz-focusring","[type=\"reset\"]:-moz-focusring","[type=\"submit\"]:-moz-focusring","fieldset","legend","textarea","[type=\"checkbox\"]","[type=\"radio\"]","[type=\"number\"]::-webkit-inner-spin-button","[type=\"number\"]::-webkit-outer-spin-button","[type=\"search\"]","[type=\"search\"]::-webkit-search-cancel-button","[type=\"search\"]::-webkit-search-decoration","::-webkit-input-placeholder","::-webkit-file-upload-button","*","input","select","textarea","button","body","a","a:hover","b","strong","hr",".rule","hr::before",".rule::before","hr::after",".rule::after","table","td","th","button","details summary","details:not([open])>*:not(summary)","h1","h2","h3","h4","h5","h6","h1","h2","h3","h4","h5","h6","p","small","blockquote","ul","ol","ol ol","ul ol","ul ul ol","ul ol ol","ol ul ol","ol ol ol","dd","tt","code","pre",".octicon"],"specificity":{"max":20,"average":3.503875968992248}},"declarations":{"total":129,"unique":91,"properties":{"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace","\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"-ms-text-size-adjust":["100%"],"-webkit-text-size-adjust":["100%"],"margin":["0","0.67em 0","1em 40px","0","0 2px","15px 0","0"],"display":["block","list-item","inline-block","none","none","table","table","table","none"],"height":["0","0","auto","0"],"vertical-align":["baseline","baseline","text-bottom"],"background-color":["transparent","#ff0","#fff"],"outline-width":["0"],"border-bottom":["none","1px solid #dfe2e5"],"text-decoration":["underline","underline dotted","none","underline"],"font-weight":["inherit","bolder","bold","600","600","600","600","600","600","600"],"font-style":["italic"],"font-size":["2em","80%","75%","1em","inherit","14px","32px","24px","20px","16px","14px","12px","90%","12px","12px"],"color":["#000","inherit","inherit","#24292e","#0366d6"],"line-height":["0","inherit","1.5"],"position":["relative"],"bottom":["-0.25em"],"top":["-0.5em"],"border-style":["none","none"],"overflow":["hidden","visible","visible","auto","hidden"],"box-sizing":["content-box","border-box","border-box","border-box"],"font":["inherit","inherit"],"text-transform":["none"],"-webkit-appearance":["button","textfield","none","button"],"padding":["0","0.35em 0.625em 0.75em","0","0","0"],"outline":["1px dotted ButtonText"],"border":["1px solid #c0c0c0","0"],"max-width":["100%"],"white-space":["normal"],"outline-offset":["-2px"],"opacity":["0.54"],"background":["transparent"],"content":["\"\"","\"\""],"clear":["both"],"border-spacing":["0"],"border-collapse":["collapse"],"cursor":["pointer","pointer"],"border-radius":["0"],"margin-top":["0","0","0","0"],"margin-bottom":["0","10px","0","0"],"padding-left":["0"],"list-style-type":["lower-roman","lower-alpha"],"margin-left":["0"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
@@ -1,73 +0,0 @@
1
- {
2
- "_from": "primer-base@1.7.0",
3
- "_id": "primer-base@1.7.0",
4
- "_inBundle": false,
5
- "_integrity": "sha1-38I7P0hUN+NvjbyPAqZNz4Kt7W0=",
6
- "_location": "/primer-base",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "primer-base@1.7.0",
12
- "name": "primer-base",
13
- "escapedName": "primer-base",
14
- "rawSpec": "1.7.0",
15
- "saveSpec": null,
16
- "fetchSpec": "1.7.0"
17
- },
18
- "_requiredBy": [
19
- "#USER",
20
- "/"
21
- ],
22
- "_resolved": "https://registry.npmjs.org/primer-base/-/primer-base-1.7.0.tgz",
23
- "_shasum": "dfc23b3f485437e36f8dbc8f02a64dcf82aded6d",
24
- "_spec": "primer-base@1.7.0",
25
- "_where": "/Users/benbalter/projects/pages-themes/primer",
26
- "author": {
27
- "name": "GitHub, Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/primer/primer/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "primer-support": "4.5.2"
35
- },
36
- "deprecated": false,
37
- "description": "CSS to reset the browsers default styles",
38
- "files": [
39
- "index.scss",
40
- "lib",
41
- "build"
42
- ],
43
- "homepage": "http://primer.github.io/",
44
- "keywords": [
45
- "primer",
46
- "css",
47
- "github",
48
- "design-system",
49
- "base",
50
- "reset",
51
- "normalize"
52
- ],
53
- "license": "MIT",
54
- "main": "build/index.js",
55
- "name": "primer-base",
56
- "primer": {
57
- "category": "core",
58
- "module_type": "support"
59
- },
60
- "repository": {
61
- "type": "git",
62
- "url": "https://github.com/primer/primer/tree/master/modules/primer-base"
63
- },
64
- "sass": "index.scss",
65
- "scripts": {
66
- "build": "../../script/npm-run primer-module-build index.scss",
67
- "lint": "../../script/lint-scss",
68
- "prepare": "npm run build",
69
- "test": "../../script/npm-run-all build lint"
70
- },
71
- "style": "build/build.css",
72
- "version": "1.7.0"
73
- }
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2018 GitHub Inc.
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,137 +0,0 @@
1
- # Primer Layout
2
-
3
- [![npm version](https://img.shields.io/npm/v/primer-layout.svg)](https://www.npmjs.org/package/primer-layout)
4
- [![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer)
5
-
6
- > 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.
7
-
8
- This repository is a module of the full [primer][primer] repository.
9
-
10
- ## Install
11
-
12
- This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `primer-layout` with this command.
13
-
14
- ```
15
- $ npm install --save primer-layout
16
- ```
17
-
18
- ## Usage
19
-
20
- The 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.
21
-
22
- ```scss
23
- @import "primer-layout/index.scss";
24
- ```
25
-
26
- You 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._
27
-
28
- ## Build
29
-
30
- For 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.
31
-
32
- ```
33
- $ npm run build
34
- ```
35
-
36
- ## Documentation
37
-
38
- <!-- %docs
39
- title: Layout
40
- status: Deprecated
41
- status_issue: https://github.com/github/design-systems/issues/59
42
- key: /css/styles/core/objects/layout
43
- -->
44
-
45
- 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.
46
-
47
- You can find all the below styles in `_layout.scss`.
48
-
49
- #### Container
50
-
51
- Center your page's contents with a `.container`.
52
-
53
- ```html title="Container"
54
- <div class="container border">
55
- Container
56
- </div>
57
- ```
58
-
59
- The container applies `width: 980px;` and uses horizontal `margin`s to center it.
60
-
61
- #### Grid
62
-
63
- ##### How it works
64
-
65
- The grid is pretty standard—you create rows with `.columns` and individual columns with a column class and fraction class. Here's how it works:
66
-
67
- - Add a `.container` to encapsulate everything and provide ample horizontal gutter space.
68
- - Create your outer row to clear the floated columns with `<div class="columns">`.
69
- - Add your columns with individual `<div class="column">`s.
70
- - Add your fractional width classes to set the width of the columns (e.g., `.one-fourth`).
71
-
72
- ##### Demo
73
-
74
- In practice, your columns will look like the example below.
75
-
76
- ```html title="Grid columns"
77
- <div class="container">
78
- <div class="columns mb-1">
79
- <div class="one-fifth column block-blue p-3 border">
80
- .one-fifth
81
- </div>
82
- <div class="four-fifths column block-blue p-3 border">
83
- .four-fifths
84
- </div>
85
- </div>
86
-
87
- <div class="columns mb-1">
88
- <div class="one-fourth column block-blue p-3 border">
89
- .one-fourth
90
- </div>
91
- <div class="three-fourths column block-blue p-3 border">
92
- .three-fourths
93
- </div>
94
- </div>
95
-
96
- <div class="columns mb-1">
97
- <div class="one-third column block-blue p-3 border">
98
- .one-third
99
- </div>
100
- <div class="two-thirds column block-blue p-3 border">
101
- .two-thirds
102
- </div>
103
- </div>
104
-
105
- <div class="columns">
106
- <div class="one-half column block-blue p-3 border">
107
- .one-half
108
- </div>
109
- <div class="one-half column block-blue p-3 border">
110
- .one-half
111
- </div>
112
- </div>
113
- </div>
114
- ```
115
-
116
- ##### Centered
117
-
118
- Columns can be [centered](/utilities/#centering-content) by adding `.centered` to the `.column` class.
119
-
120
- ```html title="Grid centered"
121
- <div class="columns">
122
- <div class="one-half column centered block-blue border p-3">
123
- .one-half
124
- </div>
125
- </div>
126
- ```
127
- <!-- %enddocs -->
128
-
129
- ## License
130
-
131
- [MIT](./LICENSE) &copy; [GitHub](https://github.com/)
132
-
133
- [primer]: https://github.com/primer/primer
134
- [docs]: http://primer.github.io/
135
- [npm]: https://www.npmjs.com/
136
- [install-npm]: https://docs.npmjs.com/getting-started/installing-node
137
- [sass]: http://sass-lang.com/
@@ -1 +0,0 @@
1
- .container{width:980px;margin-right:auto;margin-left:auto}.container::before{display:table;content:""}.container::after{display:table;clear:both;content:""}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.columns{margin-right:-10px;margin-left:-10px}.columns::before{display:table;content:""}.columns::after{display:table;clear:both;content:""}.column{float:left;padding-right:10px;padding-left:10px}.one-third{width:33.333333%}.two-thirds{width:66.666667%}.one-fourth{width:25%}.one-half{width:50%}.three-fourths{width:75%}.one-fifth{width:20%}.four-fifths{width:80%}.centered{display:block;float:none;margin-right:auto;margin-left:auto}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.33333%}.col-xl-2{width:16.66667%}.col-xl-3{width:25%}.col-xl-4{width:33.33333%}.col-xl-5{width:41.66667%}.col-xl-6{width:50%}.col-xl-7{width:58.33333%}.col-xl-8{width:66.66667%}.col-xl-9{width:75%}.col-xl-10{width:83.33333%}.col-xl-11{width:91.66667%}.col-xl-12{width:100%}}.gutter{margin-right:-16px;margin-left:-16px}.gutter>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-condensed{margin-right:-8px;margin-left:-8px}.gutter-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-spacious{margin-right:-24px;margin-left:-24px}.gutter-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}@media (min-width: 544px){.gutter-sm{margin-right:-16px;margin-left:-16px}.gutter-sm>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-sm-condensed{margin-right:-8px;margin-left:-8px}.gutter-sm-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-sm-spacious{margin-right:-24px;margin-left:-24px}.gutter-sm-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 768px){.gutter-md{margin-right:-16px;margin-left:-16px}.gutter-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-md-condensed{margin-right:-8px;margin-left:-8px}.gutter-md-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-md-spacious{margin-right:-24px;margin-left:-24px}.gutter-md-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1012px){.gutter-lg{margin-right:-16px;margin-left:-16px}.gutter-lg>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-lg-condensed{margin-right:-8px;margin-left:-8px}.gutter-lg-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-lg-spacious{margin-right:-24px;margin-left:-24px}.gutter-lg-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}@media (min-width: 1280px){.gutter-xl{margin-right:-16px;margin-left:-16px}.gutter-xl>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gutter-xl-condensed{margin-right:-8px;margin-left:-8px}.gutter-xl-condensed>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gutter-xl-spacious{margin-right:-24px;margin-left:-24px}.gutter-xl-spacious>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 544px){.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 1012px){.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1280px){.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}
@@ -1 +0,0 @@
1
- module.exports = {"cssstats":{"size":6506,"gzipSize":1080,"humanizedSize":"6kB","humanizedGzipSize":"1kB","rules":{"total":163,"size":{"graph":[3,2,3,3,3,3,2,2,3,3,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"max":4,"average":1.3067484662576687}},"selectors":{"total":163,"type":0,"class":163,"id":0,"pseudoClass":0,"pseudoElement":4,"values":[".container",".container::before",".container::after",".container-md",".container-lg",".container-xl",".columns",".columns::before",".columns::after",".column",".one-third",".two-thirds",".one-fourth",".one-half",".three-fourths",".one-fifth",".four-fifths",".centered",".col-1",".col-2",".col-3",".col-4",".col-5",".col-6",".col-7",".col-8",".col-9",".col-10",".col-11",".col-12",".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12",".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12",".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12",".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12",".gutter",".gutter>[class*=\"col-\"]",".gutter-condensed",".gutter-condensed>[class*=\"col-\"]",".gutter-spacious",".gutter-spacious>[class*=\"col-\"]",".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]",".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]",".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]",".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]",".offset-1",".offset-2",".offset-3",".offset-4",".offset-5",".offset-6",".offset-7",".offset-8",".offset-9",".offset-10",".offset-11",".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11",".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11",".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11",".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11"],"specificity":{"max":20,"average":10.94478527607362}},"declarations":{"total":213,"unique":55,"properties":{"width":["980px","33.333333%","66.666667%","25%","50%","75%","20%","80%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"],"margin-right":["auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px"],"margin-left":["auto","auto","auto","auto","-10px","auto","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","-16px","-8px","-24px","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"],"display":["table","table","table","table","block"],"content":["\"\"","\"\"","\"\"","\"\""],"clear":["both","both"],"max-width":["768px","1012px","1280px"],"float":["left","none"],"padding-right":["10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px"],"padding-left":["10px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px","16px","8px","24px"]}},"mediaQueries":{"total":12,"unique":4,"values":["(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)"],"contents":[{"value":"(min-width: 544px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 768px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 1012px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 1280px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 544px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-sm",".gutter-sm>[class*=\"col-\"]",".gutter-sm-condensed",".gutter-sm-condensed>[class*=\"col-\"]",".gutter-sm-spacious",".gutter-sm-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 768px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-md",".gutter-md>[class*=\"col-\"]",".gutter-md-condensed",".gutter-md-condensed>[class*=\"col-\"]",".gutter-md-spacious",".gutter-md-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 1012px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-lg",".gutter-lg>[class*=\"col-\"]",".gutter-lg-condensed",".gutter-lg-condensed>[class*=\"col-\"]",".gutter-lg-spacious",".gutter-lg-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 1280px)","rules":{"total":6,"size":{"graph":[2,2,2,2,2,2],"max":2,"average":2}},"selectors":{"total":6,"type":0,"class":6,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".gutter-xl",".gutter-xl>[class*=\"col-\"]",".gutter-xl-condensed",".gutter-xl-condensed>[class*=\"col-\"]",".gutter-xl-spacious",".gutter-xl-spacious>[class*=\"col-\"]"],"specificity":{"max":20,"average":15}},"declarations":{"total":12,"unique":12,"properties":{"margin-right":["-16px","-8px","-24px"],"margin-left":["-16px","-8px","-24px"],"padding-right":["16px","8px","24px"],"padding-left":["16px","8px","24px"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}}]}}}