Skip to content

Commit ce3387d

Browse files
committed
Update CLAUDE.md to remove outdated Tailwind CSS build details and clarify directory descriptions
1 parent 520c35c commit ce3387d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ bundle exec rake new_post:fr # French
8383
- `_data/`: YAML data files (releases.yml, downloads.yml, branches.yml, locales/)
8484
- `lib/`: Ruby utilities (linter, markup checker, draft release)
8585
- `test/`: Test files for plugins and linter
86-
- `stylesheets/`: CSS source and compiled output
86+
- `stylesheets/`: CSS source
8787
- `_javascripts_src/`: TypeScript source files
8888
- `javascripts/`: Compiled JavaScript output
8989

@@ -99,8 +99,6 @@ The site uses a custom Tailwind configuration with:
9999
- **Custom breakpoints**: Container max-widths configured for content layouts
100100
- **Dark mode**: Enabled via OS preference (`darkMode: 'media'`)
101101

102-
Input: `stylesheets/tailwind.css` → Output: `stylesheets/compiled.css`
103-
104102
### News System
105103

106104
The news system is powered by a custom Jekyll plugin (`_plugins/news.rb`):

0 commit comments

Comments
 (0)