Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...
nmn opened a pull request on facebook/stylex
fix: invalid initial-value in @property
## What changed / motivation ? When creating `@property` declarations for CSS variables created for dynamic styles, should not contain `initial-value: "*"`. This actually sets the variables t...nmn created a branch on facebook/stylex
fix/css-var-default-value - StyleX is the styling system for ambitious user interfaces.
zaydek created a comment on an issue on facebook/stylex
OK fair enough. Will close this for now.
zaydek closed an issue on facebook/stylex
Unexpected behavior: Themes do not merge, instead last theme wins
I found in my [experimentation](https://github.com/facebook/stylex/discussions/849) that I cannnot merge themes in StyleX. This may be intentional behavior but it's not what I was expecting and @ne...necolas created a comment on an issue on facebook/stylex
You're creating 2 themes for *the same vars*, so in this case it's probably expected that the last one overrides the first one.
mellyeliu pushed 1 commit to cli-cache-config facebook/stylex
- fix: add cache invalidation when on config change 67835a4
github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...
mellyeliu opened a pull request on facebook/stylex
fix: add cache invalidation on config change
## What changed / motivation ? Let's invalidate the cache whenever StyleX config options change: - Stringify config (without input/output paths, as accounted for) into key sorted JSON, hash out...mellyeliu created a branch on facebook/stylex
cli-cache-config - StyleX is the styling system for ambitious user interfaces.