From 5d6e56f9a93486e4609dc5cca23bd975aa3950d9 Mon Sep 17 00:00:00 2001 From: mrmrs Date: Wed, 12 Jul 2023 13:35:04 -0700 Subject: [PATCH] Fixs typo in typography module --- src/_typography.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/_typography.css b/src/_typography.css index ba3684f..b0775ab 100644 --- a/src/_typography.css +++ b/src/_typography.css @@ -4,14 +4,13 @@ http://tachyons.io/docs/typography/measure/ Media Query Extensions: - -ns = small + -s = small -m = medium -l = large */ - /* Measure is limited to 66 characters */ .measure { max-width: 66ch; @@ -74,7 +73,7 @@ margin-bottom: 0; } .truncate-m { - white-mpace: nowrap; + white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }