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
-`stylesheets/`: CSS source (includes partials in underscored directories like `_components/` and files starting with `_`)
87
78
-`_javascripts_src/`: TypeScript source files
88
79
-`javascripts/`: Compiled JavaScript output
89
80
90
81
### Design System (Tailwind CSS)
91
82
92
83
The site uses a custom Tailwind configuration with:
93
84
94
-
-**Semantic color tokens** via CSS variables (defined in `tailesheets/semantic-colors.css`)
85
+
-**Semantic color tokens** via CSS variables (defined in `stylesheets/semantic-colors.css`)
95
86
- Accessible via `bg-semantic-*`, `text-semantic-*`, `border-semantic-*` classes
96
87
- Automatically handles light/dark mode via `prefers-color-scheme`
88
+
-**Incremental Build**: Uses `_plugins/postcss_incremental_fix.rb` to trigger PostCSS rebuilds when HTML, Markdown, or CSS partials (e.g., `_*.css` or files within `_*` directories) are modified during `jekyll serve --incremental`
97
89
-**Brand colors**: Ruby (red) and Gold palettes
98
90
-**Typography plugin** for prose styling
99
91
-**Custom breakpoints**: Container max-widths configured for content layouts
0 commit comments