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:
Diffstat (limited to 'README.md')
-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