Update readme
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user