Understand the Context object structure
masterThe Context object is the final output of the Franken UI generation process. It contains all the CSS rules organized by their purpose. It consists of:
theme: Contains:rootand.darkCSS rule objects for global theme variables.base: A collection of base CSS rules.palettes: CSS rules associated with defined color palettes.components: A collection ofComponents, where each component contains its ownCSSRuleObjects.