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/styles_architecture.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ There are a few ways you can write CSS in this project:
6
6
7
7
### 1. Use [Tailwind](https://tailwindcss.com/) css classes directly within layouts and components
8
8
9
-
This is often the fastest way to add custom styles if you are familair with [Tailwind](https://tailwindcss.com/). See a good example in `/src/p5/p5.js-website/src/components/Footer/index.astro`.
9
+
This is often the fastest way to add custom styles if you are familiar with [Tailwind](https://tailwindcss.com/). See a good example in `/src/p5/p5.js-website/src/components/Footer/index.astro`.
10
10
11
11
### 2. Write styles in the [SCSS](https://sass-lang.com/) files in `/styles` and use those classes in layouts and components
12
12
@@ -18,7 +18,7 @@ This can be useful for situations where the styling you need for a particular ar
18
18
19
19
#### 4. Write css in a style tag within an `.astro` file
20
20
21
-
This can be a good approach when you need a few custom styles for a single a layout or component but adding an extra SCSS feels like overkill. See an example in `/src/layouts/AboutLayout.astro`
21
+
This can be a good approach when you need a few custom styles for a single layout or component but adding an extra SCSS feels like overkill. See an example in `/src/layouts/AboutLayout.astro`
0 commit comments