From bc274f8f49ece7f7c25c5849fdee7fddcb486904 Mon Sep 17 00:00:00 2001 From: "mgquan@myseneca.ca" Date: Wed, 24 Oct 2018 20:27:53 -0400 Subject: [PATCH] Updated fz to fsz --- css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.json b/css.json index 0f1b04b..1951d07 100644 --- a/css.json +++ b/css.json @@ -118,7 +118,7 @@ "fxg": "flex-grow", "fxsh": "flex-shrink", "fxw": "flex-wrap:nowrap|wrap|wrap-reverse", - "fz": "font-size", + "fsz": "font-size", "fza": "font-size-adjust", "h": "height", "jc": "justify-content:flex-start|flex-end|center|space-between|space-around",