Understand Fomantic-UI theming inheritance and structure
developFomantic-UI uses a three-level inheritance model for themes:
- Default theme: The neutral default theme.
- Packaged theme: A specific pre-packaged theme (e.g., "amazon" or "material").
- Site theme: A theme specific to your own site.
Folder Structure:
definitions/: Contains CSS and JavaScript definitions for each component.themes/: Contains pre-packaged themes, including the default theme.site/: Contains your custom site theme.