As stated in the README, we'll be making the following five API enhancements.
Literal: Provides various CSS-specific syntax of CSS preprocessors, considering the syntactic limitations of JavaScript
Theme: Design token values and customization for Color, Typography, Spaces, etc.
Atomic: Atomic styles that map to visual values
Variants: Styles for reusable blocks
Styled Component: Binding with JSX components
It also extends to a system for design systems via the Figma plugin.
Related RFC
No response
Task or issue list
The expected sequence of actions is as follows:
Natural CSS in TypeScript: We will bind various CSS preprocessing features to be specialized for TypeScript.
44
45
A CSS in JS that integrates AtomicCSS and Variants: We will achieve the integration of visual hierarchy (AtomicCSS) and semantic hierarchy (Variants), which was the original goal.
CSS Rules (Variants)
CSS defineRules (Atomic)
Sub functions (.with(), .variants())
Styled Components
Build your own design system: It functions as a framework for creating design systems through design token management and Figma plugins, among others.
Description
As stated in the README, we'll be making the following five API enhancements.
It also extends to a system for design systems via the Figma plugin.
Related RFC
No response
Task or issue list
The expected sequence of actions is as follows:
44
45
.with()
,.variants()
)Additional context
No response