Advanced: read and validate config :corex_design.
Most apps set keyword config in config/config.exs and run mix corex.design.build.
Use this module when you need programmatic access or validate!/0 before a custom build.
Key reference: options_docs/0.
Summary
Functions
Default generated CSS entry path relative to the project root.
Returns formatted NimbleOptions documentation for config :corex_design keys.
Returns the configured CSS output path, or nil.
Returns the config :corex_design entry as a Corex.Design.Config.Resolved.
Validates config :corex_design and resolves themes. Raises on invalid config.
Functions
Default generated CSS entry path relative to the project root.
Returns formatted NimbleOptions documentation for config :corex_design keys.
Returns the configured CSS output path, or nil.
@spec resolved(keyword() | map()) :: Corex.Design.Config.Resolved.t()
Returns the config :corex_design entry as a Corex.Design.Config.Resolved.
Validates config :corex_design and resolves themes. Raises on invalid config.