near / react-on-chain

Improved execution layer for NEAR decentralized frontend components
https://roc-docs.near.dev/
23 stars 5 forks source link

resolves #364 browsertarget compatibility. #408

Closed klngrs closed 1 month ago

klngrs commented 1 month ago

Not sure how you want to decide what browser compatibility query to insert, so I put in what browserslist uses as the default.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bos-web-engine ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 8:17pm
bos-web-engine-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 8:17pm
bos-web-engine-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 8:17pm
vercel[bot] commented 1 month ago

@klngrs is attempting to deploy a commit to the Near Developer Console Team on Vercel.

A member of the Team first needs to authorize it.

andy-haynes commented 1 month ago

Thank you for the PR, @klngrs!

Can you share any Component source to demonstrate the new CSS syntax enabled by this change?

klngrs commented 1 month ago

Hey @andy-haynes!

The output from lightning-css here when loading the LandingPage looks goes from this:

Output without browserslist target:

image

to this...

Output with browserslist target:

image

I just put in a log to verify - not sure if there's a better way to inspect the runtime CSS output.