What problem does it solve? Textual's CSS dialect differs from web CSS, so developers frequently write invalid properties like display: flex or position: relative that cause runtime errors. This Skill provides a complete reference of valid Textual CSS properties, values, and types so styling code works the first time. ## Core Features & Use Cases - Valid Property Lookup: Complete tables of supported properties for layout, spacing, borders, grid, scrollbars, links, and text styling with their accepted values. - Invalid Pattern Detection: Lists unsupported web CSS patterns (e.g., display: flex, grid-template-columns, 3-value margins) and their correct Textual equivalents. - Type Reference: Documents Textual's <color>, <text-style>, <border>, and <scalar> types including fractional, viewport-relative, and container-relative units. - Use Case: While building a Textual dashboard, you need a two-column grid with a rounded border. Check this reference to confirm layout: grid, grid-columns: 1fr 2fr, and border: round orange are the correct syntax before running the app. ## Quick Start Ask the AI to check whether your Textual CSS snippet uses valid properties and to fix any unsupported web CSS patterns.