From db2e9f3344e63363a9ea30851cd5dae382eaca17 Mon Sep 17 00:00:00 2001 From: Jamal Carvalho Date: Thu, 7 Jan 2021 17:04:53 -0500 Subject: 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 Trust: Jamal Carvalho --- devtools/cmd/css/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/cmd/css') 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" -- cgit v1.3-5-g9baa