Files
chill_hugoplate/tailwind.config.js
Boris Waaub d50f7013a9 Refactor theme colors and styles; remove unused favicon; update translations and layouts
- Deleted unused favicon file.
- Updated Tailwind CSS configuration to redefine primary and secondary colors.
- Adjusted button styles in CSS to use new color definitions.
- Removed English translations and added French translations for various UI elements.
- Created new layouts for features and updated existing layouts to reflect new design.
- Modified header and CTA components to use updated color scheme.
- Cleaned up pricing table shortcode to align with new styles.
- Updated theme metadata to reflect new author and project details.
2026-01-28 13:22:33 +01:00

9 lines
248 B
JavaScript

module.exports = {
presets: [require('./themes/chill-theme/tailwind.config.js')],
content: [
"./themes/chill-theme/layouts/**/*.html",
"./layouts/**/*.html",
"./content/**/*.{html,md}"
]
// Ne redéfinis pas theme.colors ici !
}