MishkaChelekom.MCP.Resources.ListCssVariables (Mishka Chelekom v0.0.9-alpha.17)

Copy Markdown View Source

List all available CSS variables that can be overridden in Mishka Chelekom.

These variables can be customized in priv/mishka_chelekom/config.exs using the css_overrides map. Variable names use underscores (e.g., primary_light) which map to CSS variables with dashes (e.g., --primary-light).

By default, all values are commented out in the config file and use the default colors. Uncomment and change any value to customize your design system.

Summary

Functions

Returns all CSS variable names as a flat list.

Returns the total count of CSS variables.

Functions

all_variable_names()

Returns all CSS variable names as a flat list.

variable_count()

Returns the total count of CSS variables.