From 9dd999a1d18e1bdbfa691c9131c376ecd89acf58 Mon Sep 17 00:00:00 2001 From: Jeff Verkoeyen Date: Mon, 5 Aug 2024 15:55:19 -0400 Subject: [PATCH] Fix docs typo. --- Sources/Slipstream/TailwindCSS/Edge.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Slipstream/TailwindCSS/Edge.swift b/Sources/Slipstream/TailwindCSS/Edge.swift index be60731..602b47d 100644 --- a/Sources/Slipstream/TailwindCSS/Edge.swift +++ b/Sources/Slipstream/TailwindCSS/Edge.swift @@ -77,7 +77,7 @@ public enum Edge: Int8, CaseIterable { // Tailwind spacing classes and their corresponding sizes in points. let mapping: [(name: String, ptLength: Double)] = [ ("0", 0), // 0pt - ("px", 1), // 0.125rem + ("px", 1), ("0.5", 2), // 0.125rem ("1", 4), // 0.25rem ("1.5", 6), // 0.375rem