From 0335caf2180b8951f286d005e1b06653811c9ffc Mon Sep 17 00:00:00 2001 From: Chris Burnell Date: Wed, 1 Feb 2023 23:05:03 +0000 Subject: [PATCH] fix: code example typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4d63f4..783682c 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ With this knowledge under our belt, we can begin to define the design tokens for

№ 1. Variable As Default

```scss -+$bowhead-variable-as-default: true; +$bowhead-variable-as-default: true; body { color: v(color, brick);