Skip to content

Commit 489beb9

Browse files
authored
📝 docs: Add missing example code file name (#66251)
1 parent 9d1ae19 commit 489beb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/02-app/01-building-your-application/05-styling/01-css-modules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Global styles can be imported into any layout, page, or component inside the `ap
114114
115115
For example, consider a stylesheet named `app/global.css`:
116116

117-
```css
117+
```css filename="app/global.css"
118118
body {
119119
padding: 20px 20px 60px;
120120
max-width: 680px;

0 commit comments

Comments
 (0)