https://github.com/cometkim/designed-css
An experimental style-guide integrated CSS-in-JS solution
https://github.com/cometkim/designed-css
Last synced: 4 months ago
JSON representation
An experimental style-guide integrated CSS-in-JS solution
- Host: GitHub
- URL: https://github.com/cometkim/designed-css
- Owner: cometkim
- License: mit
- Created: 2020-09-01T11:20:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:34:04.000Z (over 2 years ago)
- Last Synced: 2025-10-20T12:37:16.018Z (8 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# designed-css
:warning: This is a random project idea. Nothing specific yet.
An experimental compiler-driven, integrated CSS-in-JS solution
## Note
Today, we are living in the golden age of design tools.
We have great prototyping tools like Figma that allows designers and developers to share the same component-driven thinking.
While component-driven thinking we eventually have a design system works both on tools and codebase.
But when the designer doesn't follow the component-driven thinking, the system only occurs in the codebase. Conversely, if the developer doesn't follow component-driven thinking, the value the design tool creates is greatly reduced.
The lack of interoperability of many design tools and CSS-in-JS solutions hinders the same component-driven thinking.
the design tokens is a great methodology to make initial building blocks but the methodology has a steep learning curve.
Here is an idea,
We each have our own language for building blocks. What if we had a compiler that converts each building block into a design tokens that works on both sides instead of creating each building block separately in code and design tools?
## Design
TBD