From 90c38492050d6b6529a2e4ac9c5c90261c48d36b Mon Sep 17 00:00:00 2001 From: danielkvist Date: Thu, 4 Apr 2019 12:19:39 +0200 Subject: update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.3