Skip to content

Commit b6f0956

Browse files
authored
Fix typo in index.mdx (#1943)
An example had 17 where it should have 8
1 parent 24d9da6 commit b6f0956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blog/tailwindcss-v4/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Even spacing utilities like `px-*`, `mt-*`, `w-*`, `h-*`, and more are now dynam
338338

339339
@layer utilities {
340340
.mt-8 {
341-
margin-top: calc(var(--spacing) * 17);
341+
margin-top: calc(var(--spacing) * 8);
342342
}
343343
.w-17 {
344344
width: calc(var(--spacing) * 17);

0 commit comments

Comments
 (0)