Skip to content

Commit

Permalink
Fix docs typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Aug 5, 2024
1 parent ee204cc commit 9dd999a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Slipstream/TailwindCSS/Edge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dd999a

Please sign in to comment.