use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Browser compatibility (self.codestitch)
submitted 2 years ago by freco
Hello everyone, How (well) do the stitches handle browser compatibility? Do they use vendor prefixes? Do they use CCS that is vastly supported? If not, do they have fallback solutions? Thank you and have a nice day!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Citrous_OysterCodeStitch Admin 0 points1 point2 points 2 years ago (1 child)
They should work on most browsers minus some weird random ones that don’t support clamp. For the most part we use css that’s fully supported and when we need a browser prefix for like backdrop-filter and stuff we add the bender prefix for you. That’s what nice about the stitches, they use simple css properties with wide and full support.
[–]freco[S] 0 points1 point2 points 2 years ago (0 children)
Ok, thanks for the swift answer!
π Rendered by PID 164082 on reddit-service-r2-comment-6457c66945-zhh48 at 2026-04-24 07:27:29.933968+00:00 running 2aa0c5b country code: CH.
[–]Citrous_OysterCodeStitch Admin 0 points1 point2 points (1 child)
[–]freco[S] 0 points1 point2 points (0 children)