You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a preliminary list of todo list items and ideas I've had. This list is not exhaustive and I'll be adding to this over time. Please feel free to comment or +1 with any small feature requests. (Though you may want to open an issue for bigger feature requests).
A note on timelines: currently, there is no timeline for a stable 1.0 release. I can only see that happening with increased usage and different scenarios. In particular, this lib is being concurrently built with my component library, Hacker UI. When that project is stable, this project will also be stable.
atomic css-in-js (big)
[docs] A pretty website
[feature] Ability to reference current component class names. e.g. styles from style function args (to access class names for selectors)
[bug] when babel transforms with a @babel/preset-env env that transpiles template literal strings, it removes spaces and strings in between expressions
[improvement] automatic detection of whether an expression can be automatically staticVared.
[improvement] better error messages on "failed to execute"
[improvement] upgrade to stylis 4
A big feature that I want to add (and will become quite an essential feature) is the ability to compile to atomic css-in-js. I have another repo that implements this here atomic-css-in-js
The text was updated successfully, but these errors were encountered:
This is a preliminary list of todo list items and ideas I've had. This list is not exhaustive and I'll be adding to this over time. Please feel free to comment or +1 with any small feature requests. (Though you may want to open an issue for bigger feature requests).
A note on timelines: currently, there is no timeline for a stable 1.0 release. I can only see that happening with increased usage and different scenarios. In particular, this lib is being concurrently built with my component library, Hacker UI. When that project is stable, this project will also be stable.
styles
from style function args (to access class names for selectors)transformCssTemplateLiteral
: don't wrapstaticVar
expressions in template literal strings (just inline it)@babel/preset-env
env that transpiles template literal strings, it removes spaces and strings in between expressionsstaticVar
ed.A big feature that I want to add (and will become quite an essential feature) is the ability to compile to atomic css-in-js. I have another repo that implements this here
atomic-css-in-js
The text was updated successfully, but these errors were encountered: