From 3e4b948569a6075690634af176d5b31afdbf12a6 Mon Sep 17 00:00:00 2001 From: Brabli <67018167+Brabli@users.noreply.github.com> Date: Mon, 29 Aug 2022 19:21:08 +0100 Subject: [PATCH] Add example config --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6572206..8112797 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # PCM Icon Bundle # WIP DON'T USE YET + +Example config: +```yml +pcm_icon: + directories: + - '%kernel.project_dir%/public/icons' + palletes: + primary: + stroke: 'stroke-primary' + fill: 'fill-primary' + white: + stroke: 'stroke-white' + fill: 'fill-white' + red: + stroke: 'stroke-red-400' + fill: 'fill-red-400' +```