Piotr Monwid-Olechnowicz

Results 140 comments of Piotr Monwid-Olechnowicz

Thanks for noticing that @LekoArts. I inadvertently broke the [auto](https://github.com/intuit/auto) release when I migrated to PNPM in this PR. Should be fine now. - https://unpkg.com/[email protected]/package.json - https://www.npmjs.com/package/theme-ui/v/0.15.0-develop.26

@LekoArts I created the issue. I'm gonna go back to it on the weekend and test this version properly in my projects.

@LekoArts I just published `0.15.0-develop.30`. Didn't get the MDX functionality in my projects yet, but the preconstruct/hook error is gone.

:rocket: PR was released in [`v0.15.0`](https://github.com/system-ui/theme-ui/releases/tag/v0.15.0) :rocket:

As a workaround, you can do the following if you didn't turn off `useCustomProperties`: ``` borders: { text: '1px solid var(--theme-ui-colors-primary)' } ```

@fcisio https://pnpm.io/workspaces :D

Oh! I was looking for that gif! ![](https://camo.githubusercontent.com/378567f4914b426e36c72de2c579d996543469a9/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f634c4d6933764679586b53676e4a616c336c2f67697068792e676966) You previously had it in the readme, am I right? I think merging this (okay, finishing and merging, there's still some work...

Okay, I've noticed a limitation. Without codegen we can't concatenate strings on type level. What does it mean? We can't statically know that ```ts { colors: { gray: ["#eee", "#bbb",...

I'm wondering if we should migrate to `csstype` v3. https://github.com/frenic/csstype/blob/master/index.d.ts#L18131 It uses `... | (string | {})` in every property that has `... | string` in v2, so we could...

OMG you guys are picking this up! I'm so grateful. Sorry for slow responses :c _BTW good news_: [TypeScript 4.1](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1-beta/#template-literal-types) makes strictly typing nested scales possible. > @hasparus is there...