Add example config

This commit is contained in:
Brabli
2022-08-29 19:21:08 +01:00
parent e72ce28af4
commit 3e4b948569

View File

@@ -1,3 +1,20 @@
# PCM Icon Bundle # PCM Icon Bundle
# WIP DON'T USE YET # 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'
```