You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/pages/tailwindcss-v2/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ We've extended the default spacing scale to include a bunch of micro values like
285
285
...as well as a bunch of new values at the top end as well like `72`, `80`, and `96`:
286
286
287
287
```html
288
-
<divclass="p-96">This is to much padding.</div>
288
+
<divclass="p-96">This is too much padding.</div>
289
289
```
290
290
291
291
We've also extended the `inset` (that's top/right/bottom/left for you dinosaurs) and `translate` plugins to include the full spacing scale, so now you can do things like this:
0 commit comments