Skip to content

Commit 0af41f9

Browse files
authored
Update styles_architecture.md
1 parent f32c5e0 commit 0af41f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/styles_architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ There are a few ways you can write CSS in this project:
66

77
### 1. Use [Tailwind](https://tailwindcss.com/) css classes directly within layouts and components
88

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`.
1010

1111
### 2. Write styles in the [SCSS](https://sass-lang.com/) files in `/styles` and use those classes in layouts and components
1212

0 commit comments

Comments
 (0)