Update readme

This commit is contained in:
Brabli
2022-08-29 21:00:43 +01:00
parent a4344687d4
commit 9ef5d58a8a

View File

@@ -11,12 +11,18 @@ pcm_icon:
primary: primary:
stroke: 'stroke-primary' stroke: 'stroke-primary'
fill: 'fill-primary' fill: 'fill-primary'
hover-stroke: 'hover:stroke-primary'
hover-fill: 'hover:fill-primary'
white: white:
stroke: 'stroke-white' stroke: 'stroke-white'
fill: 'fill-white' fill: 'fill-white'
red: hover-stroke: 'hover:stroke-white'
stroke: 'stroke-red-400' hover-fill: 'hover:fill-white'
fill: 'fill-red-400' # PALLETE_NAME:
# stroke: 'stroke-COLOUR'
# fill: 'fill-COLOUR'
# hover-stroke: 'hover:stroke-COLOUR'
# hover-fill: 'hover:fill-COLOUR'
``` ```
Remember to add './config/packages/*.yaml' as a value in your Tailwind config content array. Remember to add './config/packages/*.yaml' as a value in your Tailwind config content array.