diff --git a/styles/README.md b/styles/README.md index 7069fa3..7c3d819 100644 --- a/styles/README.md +++ b/styles/README.md @@ -8,8 +8,9 @@ The `styles` subpackage within `elem-go` offers enhanced functionality for CSS s - [Usage](#usage) - [Styling Elements with `styles.Props`](#styling-elements-with-stylesprops) - [Features](#features) - - [`Merge` Function](#merge-function) - [`Style` and `CSS` Functions](#style-and-css-functions) + - [`Merge` Function](#merge-function) + - [Type-Safe CSS Values](#type-safe-css-values) ## Introduction @@ -112,4 +113,107 @@ styleTag := elem.Style(nil, elem.CSS(cssContent)) // Incorporating the