Skip to content

Commit 566f93f

Browse files
authored
Adjust column width for main documentation text (grpc#186)
* Specify column width Signed-off-by: lucperkins <[email protected]> * Add PostCSS support Signed-off-by: lucperkins <[email protected]>
1 parent d076f4d commit 566f93f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+897
-17521
lines changed

.browerslistrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
> 0.5%
2+
last 2 versions
3+
Firefox ESR
4+
not dead
5+
ie 10
6+
ie 11
7+
edge 16

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
/public
33
/resources
44

5+
# npm resources
6+
/node_modules
7+
58
## OS Files
69
# Windows
710
Thumbs.db

layouts/partials/css.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{ if $inServerMode }}
1010
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
1111
{{ else }}
12-
{{ $prodCss := $css | fingerprint }}
12+
{{ $prodCss := $css | postCSS | fingerprint }}
1313
<link rel="stylesheet" href="{{ $prodCss.RelPermalink }}" integrity="{{ $prodCss.Data.Integrity }}">
1414
{{ end }}
1515
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />

layouts/partials/docs/article.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ partial "nav.html" . }}
99
</div>
1010

11-
<div class="column">
11+
<div class="column is-three-quarters">
1212
<section class="hero is-small">
1313
<div class="hero-body">
1414
<div class="container">

node_modules/.yarn-integrity

-16
This file was deleted.

0 commit comments

Comments
 (0)