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
Copy file name to clipboardexpand all lines: docs/tutorial/part-two/index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ You now have a new Gatsby site (based on the Gatsby "hello world" starter) with
48
48
│ └── index.js
49
49
```
50
50
51
-
#### ✋ Add styles to a css file
51
+
#### ✋ Add styles to a CSS file
52
52
53
53
1. Create a `.css` file in your new project:
54
54
@@ -80,7 +80,7 @@ html {
80
80
}
81
81
```
82
82
83
-
> Note: The placement of the example css file in a `/src/styles/` folder is arbitrary.
83
+
> Note: The placement of the example CSS file in a `/src/styles/` folder is arbitrary.
84
84
85
85
#### ✋ Include the stylesheet in `gatsby-browser.js`
86
86
@@ -130,7 +130,7 @@ If you take a look at your project in the browser, you should see a lavender bac
130
130
131
131
## Using component-scoped CSS
132
132
133
-
So far, we've talked about the more traditional approach of using standard css stylesheets. Now, we'll talk about various methods of modularizing CSS to tackle styling in a component-oriented way.
133
+
So far, we've talked about the more traditional approach of using standard CSS stylesheets. Now, we'll talk about various methods of modularizing CSS to tackle styling in a component-oriented way.
0 commit comments