From 7469cc78f87dd2c58d0482168355b73094f86dd2 Mon Sep 17 00:00:00 2001 From: Brabli <67018167+Brabli@users.noreply.github.com> Date: Tue, 3 Jan 2023 11:00:38 +0000 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5303d0b..091f983 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,7 @@ primary: `hover (string)` Name of the colour pallete to use when the icon is hovered over +`classes (string[])` Additional classes to add to the icon. This can cause Tailwind class collisions, so use with caution if at all. + ## Reminders Remember to add `./config/packages/*.yaml` as a value in your Tailwind config content array if it does not already exist. This will ensure Tailwind classes inside of the config file get compiled.