Cinder.Theme.Override (Cinder v0.3.0)

View Source

Data structure representing a theme override for a specific component.

Summary

Types

t()

@type t() :: %Cinder.Theme.Override{
  component: atom(),
  properties: [Cinder.Theme.Property.t()]
}