- Fix asset loading issues by removing commented footer.css import - Convert footer component from custom CSS to Tailwind classes - Add dark background styling to footer wrapper - Maintain responsive grid layout and hover effects - Remove unused CSS styles and simplify asset pipeline 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
306 B
CSS
Executable File
16 lines
306 B
CSS
Executable File
/* Entry point for your PostCSS build */
|
|
|
|
/* Import Tailwind using PostCSS */
|
|
@import "tailwindcss";
|
|
|
|
/* Import our custom theme */
|
|
@import "theme";
|
|
|
|
/* Import components */
|
|
@import "components/hero";
|
|
@import "components/flash";
|
|
@import "components/event-finder";
|
|
|
|
/* Import pages */
|
|
@import "pages/home";
|