Skip to content

Commit 7a4877f

Browse files
committed
docs: updated per stack styling instructions
1 parent ddf52fb commit 7a4877f

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

docs/go-chi-templates.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,8 @@ In conclusion, it's safe and inspired by [Fiber](https://docs.gofiber.io).
119119

120120
# Styling
121121

122-
- If you've selected tailwind, then no extra configuration is needed, start adding classes in any html file it'll just work.
123-
- You can always use plain css (even with tailwind), again it'll just work.
124-
- For CSS Modules please go through this [guide](https://github.com/ttempaa/esbuild-plugin-tailwindcss?tab=readme-ov-file#css-modules).
122+
- If you've selected tailwind, then no extra configuration is needed, start adding classes in any html file.
123+
- You can always use plain css (even with tailwind).
125124

126125
# Quick Tips
127126

docs/go-echo-templates.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ Only this much code is needed to render a page.
7575

7676
# Styling
7777

78-
- If you've selected tailwind, then no extra configuration is needed, start adding classes in any html file it'll just work.
79-
- You can always use plain css (even with tailwind), again it'll just work.
80-
- For CSS Modules please check go through this [guide](https://github.com/ttempaa/esbuild-plugin-tailwindcss?tab=readme-ov-file#css-modules).
78+
- If you've selected tailwind, then no extra configuration is needed, start adding classes in any html file.
79+
- You can always use plain css (even with tailwind).
8180

8281
# Quick Tips
8382

docs/go-fiber-templates.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ type TemplatesEngine struct {
122122

123123
# Styling
124124

125-
- If you've selected tailwind, then no extra configuration is needed, start adding classes in any html file it'll just work.
126-
- You can always use plain css (even with tailwind), again it'll just work.
127-
- For CSS Modules please go through this [guide](https://github.com/ttempaa/esbuild-plugin-tailwindcss?tab=readme-ov-file#css-modules).
125+
- If you've selected tailwind, then no extra configuration is needed, start adding classes in any html.
126+
- You can always use plain css (even with tailwind).
128127

129128
# Quick Tips
130129

0 commit comments

Comments
 (0)