From e1ff511997be7d7df20888013ba49951c077a632 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Thu, 7 Dec 2023 13:40:33 +0100 Subject: [PATCH] Update README.md (#41) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dce35b9..ed433ac9 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ const ToggleButton = styled.button` ### Dynamic Properties -Dynamic Styles 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 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: ```jsx import { styled } from 'next-yak';