# `MishkaChelekom.Config`
[🔗](https://github.com/mishka-group/mishka_chelekom/blob/v0.0.9/lib/mishka_chelekom/config.ex#L1)

Handles configuration for Mishka Chelekom components.
Manages user settings including prefixes, CSS variables, and component generation options.

# `create_sample_config`

Creates a sample configuration file for users.

# `generate_css_content`

Generates the final CSS content by merging defaults with user overrides.

# `load_user_config`

Loads user configuration from priv/mishka_chelekom/config.exs if it exists.
Returns a map with configuration options or defaults.

# `update_component_prefix`

Updates the component_prefix value in the user's config file.
Creates the config file with sample content if it doesn't exist.

# `update_module_prefix`

Updates the module_prefix value in the user's config file.
Creates the config file with sample content if it doesn't exist.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
