Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-04-04 13:19:39 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-04-04 13:19:39 +0300
commit90c38492050d6b6529a2e4ac9c5c90261c48d36b (patch)
tree8de0c48905d42c6272f61327ac87d85d4c1844ed
parent2347bc9069ee03950fdb57fba77a9425e93409b2 (diff)
update READMEv0.13
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index fe486c4..5774838 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Some of the basic features of Piercer are:
* Hamburger menu without JavaScript.
* Great SEO by default.
* Mobile-first philosophy.
+* Optional support for PostCSS.
* Fast.
Some of the things that are not planned to add are:
@@ -96,6 +97,15 @@ favicon = "" # Relative URL for your favicon
logo = "" # Relative URL for your logo
```
+### PostCSS
+
+```toml
+[params.postcss]
+ postcss = true
+```
+
+> If you want to use PostCSS you have to install the ```postcss-cli``` package with npm in your project first. You can find more information [here](https://gohugo.io/hugo-pipes/postcss/).
+
### Color palette and font sizes
```toml