Genuine question: can anyone spot what CSS tool is generating this? A curious mixture of generated classes and inline styles.
-
Zach Leatherman :11ty:wrote last edited by [email protected]
Genuine question: does anyone know what CSS tool might be generating markup like this? A curious mixture of generated classes and inline styles.
-
Marijke Luttekesreplied to Zach Leatherman :11ty: last edited by
@zachleat My eyes!
-
Zach Leatherman :11ty:replied to Marijke Luttekes last edited by
@mahryekuh haha forgot the CW sorry
-
Konnor Rogersreplied to Zach Leatherman :11ty: last edited by
@zachleat just about every frontend framework that does scoped styling
-
Zach Leatherman :11ty:replied to Konnor Rogers last edited by
-
@zachleat I think that's a personal choice lol. The tooling is generating the classes but the dev is adding style attributes, maybe getting mixed up about the attribute used to generate the classes. Or they are using CSS modules and getting lazy about editing the stylesheet files.
-
@ak oh no
-
@konnorrogers @zachleat which? i mostly work with react (using CSS modules) and svelte, and neither of those will generate inline styles unless you explicitly set style attributes. AFAIK that’s pretty normal, so i’m also curious where that markup came from!
-
Zach Leatherman :11ty:replied to jake lazaroff last edited by
@jakelazaroff @konnorrogers it’s from bluesky
-
Marijke Luttekesreplied to Zach Leatherman :11ty: last edited by
@zachleat Boosting it so others can suffer through it too. Call it early Halloween.
-
Konnor Rogersreplied to Zach Leatherman :11ty: last edited by
@zachleat @jakelazaroff IIRC Bluesky is React Native
-
Zach Leatherman :11ty:replied to Konnor Rogers last edited by
@konnorrogers @jakelazaroff https://reactnative.dev/docs/stylesheet seems to match up
-
Zach Leatherman :11ty:replied to Zach Leatherman :11ty: last edited by
Looks like it’s React Native’s StyleSheet: https://reactnative.dev/docs/stylesheet
(thank you @konnorrogers @jakelazaroff )
-
@konnorrogers @zachleat @jakelazaroff Yes, it uses react-native-web to generate the web code from React Native code. I believe RN for Web is what is ultimately generating that CSS code, but don't quote me on that.
Here's their repo: https://github.com/bluesky-social/social-app/tree/main
-
@konnorrogers @zachleat @jakelazaroff I should add that If we want to talk about things that really are threatening the web, RN for Web has caused much more harm than anything web components could ever possibly do.
-
Zach Leatherman :11ty:replied to Brian David last edited by
@bcdavid @konnorrogers @jakelazaroff *chin hands* go onnnnnn
-
Large Heydon Colliderreplied to Zach Leatherman :11ty: last edited by
@zachleat @konnorrogers @jakelazaroff Thanks, I hate it.
-
Konnor Rogersreplied to Large Heydon Collider last edited by
@heydon @zachleat @jakelazaroff oh you hate that. Check out this Flutter Web masterpiece.
Material Theme Builder
Theming for Material Design 3
(material-foundation.github.io)
Try using scrollbars, or keyboard nav, or loading it on a low end phone.
-
@bcdavid @zachleat @jakelazaroff
Speaking of ruining the web, here's a flutter web masterpiece:
Material Theme Builder
Theming for Material Design 3
(material-foundation.github.io)
Also, React Native has some....interesting...design choices like everything is display: flex by default, some things like display: grid aren't supported, etc
[Feature] Support CSS Grid · Issue #867 · facebook/yoga
Report I have searched existing issues and this is not a duplicate It's been advised to open a new issue (from this closed issue from 2015). Related react-native issue It's been 4 years since the issue was closed. This issue is to reques...
GitHub (github.com)
-
Zach Leatherman :11ty:replied to Konnor Rogers last edited by