From 68c8aa1a5b8a236d652d6c86e19efb6c6283a19f Mon Sep 17 00:00:00 2001 From: kj Date: Fri, 9 Feb 2024 10:26:38 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 767e762..1119a6b 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Theme scales are intended to give you enough colors for all use cases including ## Prior art -Enhance styles would not exist without the breakthrough thinking of [Adam Morse](https://mrmrs.cc/) on who realized that creating a capped size stylesheet with common, single use, low specificity classes results in better performance and maintanance than append only stylesheets that can only grow as more features are added. His CSS work can be seen in [[Tachyons](https://tachyons.io/). +Enhance styles would not exist without the breakthrough thinking of [Adam Morse](https://mrmrs.cc/) on who realized that creating a capped size stylesheet with common, single use, low specificity classes results in better performance and maintanance than append only stylesheets that can only grow as more features are added. His CSS work can be seen in [Tachyons](https://tachyons.io/). Much of the implementation of our fluid scales was adapted from [@georgedoescode/fluid-design-system-on-demand-builders](https://github.com/georgedoescode/fluid-design-system-on-demand-builders), which was itself adapted from [Utopia](https://utopia.fyi).