Skip to content

Commit

Permalink
Docs: Introduce link update #90
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Sep 6, 2024
1 parent ef27468 commit c5b0d10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ Natural CSS in TypeScript
</a>
</p>

- [Demo with StackBliz](https://stackblitz.com/~/github.com/black7375/mincho-example-stackblitz?file=src/App.css.ts)

## Documentation

See [`@mincho-js/css`](./packages/css) README.

## Motivation

- [Rethinking CSS in JS](https://dev.to/black7375/rethinking-css-in-js-5dip)

It started with contemplation on approaches and management methods for CSS styling.

Methodologies for CSS selectors can be largely divided into visual hierarchy and semantic hierarchy.
Expand Down Expand Up @@ -67,7 +71,7 @@ This can also be compared with State[[1](https://react-spectrum.adobe.com/archit

However, since we cannot provide all features from the beginning, we plan to achieve them step by step.
1. Natural CSS in TypeScript: We will bind various CSS preprocessing features to be specialized for TypeScript.
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.
2. CSS in JS for Scalable: We will achieve the integration of visual hierarchy (AtomicCSS) and semantic hierarchy (Variants), which was the original goal.
3. Build your own design system: It functions as a framework for creating design systems through design token management and Figma plugins, among others.

## Features
Expand Down

0 comments on commit c5b0d10

Please sign in to comment.