From 78562e5fd65780cb0c1bc2c36cb7b4ca228c43d9 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Sat, 16 Mar 2024 09:27:51 -0700 Subject: [PATCH] Add a link to the styles readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 861a2af..aaf1625 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ checkbox := elem.Input(attrs.Props{ }) ``` -For setting styles, the `styles` subpackage enables you to create style objects and convert them to inline CSS strings: +For setting styles, the [`styles`](styles/README.md) subpackage enables you to create style objects and convert them to inline CSS strings: ```go // Define a style