Vixen
dd8b0a81
csharp
public static class BlockoutTheme

The stylesheet the blockout module's own elements come with.

Read the guide page for this →

Remarks

A sheet after ControlTheme, AdvancedTheme and the editor's, on the terms ProfilerTheme is: everything in it is written against tokens those declare, and a custom property nothing declared substitutes to nothing.

⚠ No utility sheet, and that is a decision rather than an omission. This assembly declares no @theme of its own and writes no utility class in its markup, so joining SharedThemeTests' participant list would mean inventing a loader to publish an empty sheet — which is the sweep that list exists to refuse. The two rules it needs are component rules and they are in the .vcss.

Fields and properties (1)

  • public static string Css

    The stylesheet's text, for a caller that wants to read or amend it.

Methods (1)

  • public static int Install(UiDocument document)

    Loads the theme into a document.

Used by (2)

  • BlockoutModuleVixen.Editor.Blockout
  • BlockoutUvViewTestsVixen.Editor.Blockout.Tests