Universal.css
61–70 of 118 posts
Re: Universal.css
#62Earlier quoted context omitted.
If you want a website that works on enterprise desktops, you aren't using flexbox - you're using floats.
Is that still true? I recently joined a company whose primary audience is education, and our numbers say that less than 1% of our customers use browsers that don't support flexbox. Are public middle schools farther along the tech curve than "enterprise"? (Legitimately curious. It'd be pretty funny if so.)
Re: Universal.css
#63Earlier quoted context omitted.
If you want a website that works on enterprise desktops, you aren't using flexbox - you're using floats.
Is that still true? I recently joined a company whose primary audience is education, and our numbers say that less than 1% of our customers use browsers that don't support flexbox. Are public middle schools farther along the tech curve than "enterprise"? (Legitimately curious. It'd be pretty funny if so.)
Though there's polyfills like flexibility out there, of course.
Re: Universal.css
#64Earlier quoted context omitted.
If you want a website that works on enterprise desktops, you aren't using flexbox - you're using floats.
Is that still true? I recently joined a company whose primary audience is education, and our numbers say that less than 1% of our customers use browsers that don't support flexbox. Are public middle schools farther along the tech curve than "enterprise"? (Legitimately curious. It'd be pretty funny if so.)
Re: Universal.css
#65At under 5MB, it's quite lightweight compared to other modern tools too, nice!
Re: Universal.css
#66> Bootstrap V4 recently introduced spacing utility classes like m-t-1 (which translates to margin-top: 1rem!important), and we thought we'd expand this idea to more classes. Which is worse; when it's done as satire, or seriously?
When you do it as satire but everyone use your work seriously?
Re: Universal.css
#67Re: Universal.css
#68Re: Universal.css
#69Re: Universal.css
#70Earlier quoted context omitted.
Is that still true? I recently joined a company whose primary audience is education, and our numbers say that less than 1% of our customers use browsers that don't support flexbox. Are public middle schools farther along the tech curve than "enterprise"? (Legitimately curious. It'd be pretty funny if so.)
The sticking point for enterprise-y things remains IE, since it only supports flexbox (buggily) as of IE11. Though there's polyfills like flexibility out there, of course.