From 10988384843ff1a42aff5d41f551d65b93b838c0 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Mon, 8 Jan 2024 10:22:09 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75ab135e..3dda9dc3 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ - **Atomic CSS Integration**: Easily combine with existing atomic CSS solutions like Tailwind CSS for a customized and efficient styling approach. -- **Inspired by the Best**: Incorporates ideas from Styled-Components, Linaria, Emotion, and Vanilla Extract to offer a powerful yet intuitive styling experience. +- **Inspired by the Best**: Incorporates ideas from Styled-Components, Linaria, Emotion, and Vanilla Extract to offer a powerful yet intuitive styling experienc + + - ## Installation @@ -93,9 +94,11 @@ const ToggleButton = styled.button` `; ``` + + ### Dynamic Properties -Dynamic Properties will use custom properties ([aka css variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties)) under the hood to extract the CSS at built time but modify properties at runtime: +Dynamic Properties use custom properties ([aka css variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties)) under the hood to extract the CSS at built time but modify properties at runtime: ```jsx import { styled } from 'next-yak';