Naman Goel
Naman Goel
@Janpot This looks pretty awesome! It seems to have almost everything we wanted for our playground. We would really appreciate a PR.
@sudheerDev You're welcome to.
@devhd9 You can work on it. Note: we want to start sharing code between the CLI and the postcss-plugin going forward so please try to make sure your code is...
@devhd9 I wrote down more details above. Lmk, if there's anything I else I should elaborate on. > the primary goals or motivations for pre-compiling external package dependencies. The goal...
I've been tracking the spec. It has changed a couple of times and it used to be Chrome only. However the feature seems to have stabilized and Safari is adding...
PROPOSAL: Should be fairly simple to create: ```tsx const fallback1 = stylex.positionTry({ positionAnchor: ..., position-area: ..., top: ..., left: ..., bottom: ..., right: ..., inset-block-start: ..., inset-block-end: ..., inset-inline-start: ...,...
This is a known issue. This was originally done to intentionally disallow vertical writing modes and to normalize style properties that are safe to do so for LTR and RTL...
This is 100% already planned! First we want to add support for multiple file tabs. This work is already underway. Once that is done, I would like to find a...
@orta That's what I want to do too! Btw, any help adding typescript type-checking support to the playground? We're using web containers (the thing that powers StackBlitz) and are willing...
I'm seeing a bunch of concerns about a11y for this pattern. I want to clear the air and explain that we at Meta (while working on facebook.com) arrived at this...