Update readme
This commit is contained in:
31
README.md
31
README.md
@@ -9,20 +9,33 @@ pcm_icon:
|
|||||||
- '%kernel.project_dir%/public/icons'
|
- '%kernel.project_dir%/public/icons'
|
||||||
palletes:
|
palletes:
|
||||||
primary:
|
primary:
|
||||||
stroke: 'stroke-primary'
|
|
||||||
fill: 'fill-primary'
|
fill: 'fill-primary'
|
||||||
hover-stroke: 'hover:stroke-primary'
|
stroke: 'stroke-primary'
|
||||||
hover-fill: 'hover:fill-primary'
|
fill-hover: 'hover:fill-primary'
|
||||||
|
stroke-hover: 'hover:stroke-primary'
|
||||||
|
fill-group-hover: 'group-hover:fill-primary'
|
||||||
|
stroke-group-hover: 'group-hover:stroke-primary'
|
||||||
|
highlight:
|
||||||
|
fill: 'fill-highlight'
|
||||||
|
stroke: 'stroke-highlight'
|
||||||
|
fill-hover: 'hover:fill-highlight'
|
||||||
|
stroke-hover: 'hover:stroke-highlight'
|
||||||
|
fill-group-hover: 'group-hover:fill-highlight'
|
||||||
|
stroke-group-hover: 'group-hover:stroke-highlight'
|
||||||
white:
|
white:
|
||||||
stroke: 'stroke-white'
|
|
||||||
fill: 'fill-white'
|
fill: 'fill-white'
|
||||||
hover-stroke: 'hover:stroke-white'
|
stroke: 'stroke-white'
|
||||||
hover-fill: 'hover:fill-white'
|
fill-hover: 'hover:fill-white'
|
||||||
|
stroke-hover: 'hover:stroke-white'
|
||||||
|
fill-group-hover: 'group-hover:fill-white'
|
||||||
|
stroke-group-hover: 'group-hover:stroke-white'
|
||||||
# PALLETE_NAME:
|
# PALLETE_NAME:
|
||||||
# stroke: 'stroke-COLOUR'
|
|
||||||
# fill: 'fill-COLOUR'
|
# fill: 'fill-COLOUR'
|
||||||
# hover-stroke: 'hover:stroke-COLOUR'
|
# stroke: 'stroke-COLOUR'
|
||||||
# hover-fill: 'hover:fill-COLOUR'
|
# fill-hover: 'hover:fill-COLOUR'
|
||||||
|
# stroke-hover: 'hover:stroke-COLOUR'
|
||||||
|
# fill-group-hover: 'group-hover:fill-COLOUR'
|
||||||
|
# stroke-group-hover: 'group-hover:stroke-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.
|
||||||
|
|||||||
Reference in New Issue
Block a user