aboutsummaryrefslogtreecommitdiff
path: root/devtools/cmd/css/main.go
diff options
context:
space:
mode:
authorJamal Carvalho <jamal@golang.org>2021-01-07 17:04:53 -0500
committerJamal Carvalho <jamal@golang.org>2021-01-08 18:30:37 +0000
commitdb2e9f3344e63363a9ea30851cd5dae382eaca17 (patch)
treeef616e1652dcdc34aedee0aeb4c25347883cf3f9 /devtools/cmd/css/main.go
parenta0d1baf7bbb15e96e29a9c70e8cf3d50f06ab814 (diff)
downloadgo-x-pkgsite-db2e9f3344e63363a9ea30851cd5dae382eaca17.tar.xz
content: remove postcss processed styles
Removes PostCSS cli dependency and minified CSS files. Reverts the changes from https://golang.org/cl/281772 to simplify the development process for CSS files. We may revisit minifying and bundling CSS with a Go package in the future. Change-Id: I34936eefc0d9aced9a13badace2c950f53ac84da Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/282376 Reviewed-by: Julie Qiu <julie@golang.org> Trust: Jamal Carvalho <jamal@golang.org>
Diffstat (limited to 'devtools/cmd/css/main.go')
-rw-r--r--devtools/cmd/css/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/cmd/css/main.go b/devtools/cmd/css/main.go
index a7956f29..f2de24c9 100644
--- a/devtools/cmd/css/main.go
+++ b/devtools/cmd/css/main.go
@@ -24,7 +24,7 @@ import (
)
const (
- cssFile = "content/lib/css/readme.css"
+ cssFile = "content/static/css/readme.css"
githubStylesheet = "https://raw.githubusercontent.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css"
githubREADMEClass = ".markdown-body"
discoveryREADMEClass = ".Overview-readmeContent"