Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Meta] Roadmap #59

Open
black7375 opened this issue Aug 10, 2024 · 0 comments
Open

[Meta] Roadmap #59

black7375 opened this issue Aug 10, 2024 · 0 comments
Labels
meta A collection of issues

Comments

@black7375
Copy link
Contributor

black7375 commented Aug 10, 2024

Description

As stated in the README, we'll be making the following five API enhancements.

  1. Literal: Provides various CSS-specific syntax of CSS preprocessors, considering the syntactic limitations of JavaScript
  2. Theme: Design token values and customization for Color, Typography, Spaces, etc.
  3. Atomic: Atomic styles that map to visual values
  4. Variants: Styles for reusable blocks
  5. 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:

  1. Natural CSS in TypeScript: We will bind various CSS preprocessing features to be specialized for TypeScript.
    1. [Meta] CSS Literals #44
    2. [Meta] CSS Nesting #45
  2. 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.
    1. CSS Rules (Variants)
    2. CSS defineRules (Atomic)
    3. Sub functions (.with(), .variants())
    4. Styled Components
  3. Build your own design system: It functions as a framework for creating design systems through design token management and Figma plugins, among others.
    1. CSS theme
    2. Figma plugin
    3. Presets

Additional context

No response

@black7375 black7375 added the meta A collection of issues label Aug 10, 2024
@black7375 black7375 pinned this issue Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta A collection of issues
Projects
Status: Backlog
Development

No branches or pull requests

1 participant