Skip to content

Commit cf8c61f

Browse files
authored
Style CSS example
1 parent e0ada4d commit cf8c61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require('tailwindcss-aspect-ratio')({
2626

2727
This configuration would create the following classes:
2828

29-
```
29+
```css
3030
.aspect-ratio-square { padding-top: 100%; }
3131
.aspect-ratio-16/9 { padding-top: 56.25%; }
3232
.aspect-ratio-4/3 { padding-top: 75%; }

0 commit comments

Comments
 (0)