This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

StyleSource Pennington.UI.Styling

Layer a resolved style slot's effective value came from.

Fields

ConsumerOverride StyleSource
Default: 2
A consumer override, Tailwind-merged over the skin or component default.
Default StyleSource
Default: 0
The Pennington.UI component default.
TemplateSkin StyleSource
Default: 1
A site template's skin, which replaces the component default wholesale.

Pennington.UI.Styling.StyleSource

namespace Pennington.UI.Styling;

/// Layer a resolved style slot's effective value came from.
public enum StyleSource
{
    /// A consumer override, Tailwind-merged over the skin or component default.
    
public static const StyleSource ConsumerOverride
; /// The Pennington.UI component default.
public static const StyleSource Default
; /// A site template's skin, which replaces the component default wholesale.
public static const StyleSource TemplateSkin
; }