Dmytro Pushkarchuk

Results 17 issues of Dmytro Pushkarchuk

Are there plans to add a [StyleX](https://stylexjs.com/) package similar to the [@stylex/open-props](https://www.npmjs.com/package/@stylexjs/open-props) version of the [open-props](https://open-props.style/)? Thank you.

# See the task description below: [Task Description](https://github.com/facebook/stylex/issues/517#issuecomment-2401170482) ### Describe the issue There seems to be a bug related to `gridColumn` specifically when defining `` values when mixing `` and...

bug

When the status of a post changes from `Draft` to `Published`, the query for specific post (`project` in the example) does not have an associated key as it did before....

type: bug
status: actionable

### Reproduction When using the `?url` import, there seems to be a mismatch between the generated assets, resulting in two identical css files (with different hashes), with the *mismatched* included...

package:dev
package:css-bundle

Stackblitz (https://stackblitz.com/edit/remix-run-remix-3ux33z?file=app%2Froutes%2F_index.tsx) While dev mode doesn't show any errors, `@custom-media` does not work. During build error displayed: ```bash ❯ pnpm build > @ build /home/projects/remix-run-remix-vneo6e > remix vite:build vite v5.2.6...

Sorry to bother you, but strangely there are some inconsistent issues with bundling assets on `0.9.0-next.1`. I can't reproduce this in the sandbox, but I'll try to explore more. The...

Stackblitz (https://stackblitz.com/edit/remix-run-remix-vneo6e?file=app%2Froutes%2F_index.tsx) Post-processing with LightningCSS does not work in dev mode. The production build works as expected. ```tsx const styles = stylex.create({ x: { color: 'lch(from pink calc(l + 10%)...

When using the `?url` import, there seems to be a mismatch between the generated assets, resulting in two identical css files (with different hashes), with the *mismatched* included at the...

Is it possible to compose multiple exports of a certain island component in Fresh 2.0? It worked at Fresh 1.0. Not sure if this is even a good pattern as...