I've moved away from sass, to nested CSS because that seems to be the way that things are moving, and it's been 3 years since there was major browser support, but it ended up looking horrible on my friends iphone, and an old ipad of mine. Turns out Safari only updates when you update the OS, so doesn't support nested css. How much of an issue is this going to be? Should I really be adding something as a failsafe?
Comments
nness•1h ago
I'd still lean heavily on Sass for CSS development. Nestled rules is a particularly big feature in Sass, but not the only one which streamlines development and improves quality.
(With Internet Explorer's deprecation, iOS is now the browser which takes the most time for work-arounds and fixes. As you say, it is not ever-green like most modern browsers and its support for modern standards can break between releases. CSS nesting appears to be better supported since 17.2 back in 2023, but I've not tested it specifically, because well, Sass)
nness•1h ago
(With Internet Explorer's deprecation, iOS is now the browser which takes the most time for work-arounds and fixes. As you say, it is not ever-green like most modern browsers and its support for modern standards can break between releases. CSS nesting appears to be better supported since 17.2 back in 2023, but I've not tested it specifically, because well, Sass)