stfbauer.bsky.social
Designer, Founder, Web Methusalem, Develop because I can, Microsoft MVP. Owner of N8D
200 posts
542 followers
249 following
Prolific Poster
Conversation Starter
comment in response to
post
NY Times too -
www.nytimes.com/2025/04/01/m...
comment in response to
post
Maybe many people don’t know it is Val Kilmer.
i was just amazed by the movie until someone told me
comment in response to
post
The best performance of Val Kilmer ever and yet noboday mentioned this movie. R.I.P Val
comment in response to
post
Built to allow a seamless transition from Salesforce Slack to Microsoft. For all the other folks that have been in teams before it sadly doesn't make it better.
comment in response to
post
In addition a thing named 'clean-css' is already dead for 3 year or in other words in 'maintenance mode'
comment in response to
post
No it just runs an npm install -g with all the global packages that are installed on the other version.
This way I don't have to worry about upgrading a package in future and still keep them separate. It's more a help tool-ish.
I can run spfx 1.19 on node 18 and spfx 20 on nodejs 20 and so on.
comment in response to
post
Fair point - copilot can you read that article for me 😂
comment in response to
post
RTFM helps :D
mdn.io/font-size
comment in response to
post
Interesting read but i never reseted the font on the HTML.
I always very specific on all elements the font-size should scale. I left root, htmll, body always at the default.
comment in response to
post
This is great and is close to an issue I had this week.
I would really love to see CSS variables to become available in media queries. This would allow me to make dynamic media queries based on the content. For example content width or height.
Are you aware of any request to support css properties?
comment in response to
post
another nail in the coffin was CSS custom properties.
comment in response to
post
CSS-IN-JS is pretty much dead in 2025.
It was a nice idea but cannot keep up with browses and CSS standards so you are alwaye behind. The more complex even CSS has become these days the harder it will be for something like this in future.
comment in response to
post
🚀 I created a small react based web part allows me to place an element dynamic on the grid and it allows resizing of the box and have a correspoding responsive typography in place.
comment in response to
post
Now it even returns the position on the grid, which allows you to store the CSS position just in a regular state property on the web part.
comment in response to
post
Who says copilot doesn’t do DOM manipulation 😂
comment in response to
post
Could be done with CSS manipulation, which relies on the DOM. So in the end it will be DOM manipulation sadly. 😭
comment in response to
post
This is how a color picker should look like: