Live data from Hacker News

Universal.css

github.com

11–20 of 118 posts

Re: Universal.css

#12
They're making fun of Bootstrap, but having classes that allow you to define margins and padding quickly by adding a class is actually really helpful. Of course that shouldn't be expanded to every possible property.

Re: Universal.css

#13
post #8

> Where is the documentation? > You don't need documentation. What constitutes self-describing code is wildly different depending on the person. I mean, really? EDIT: I definitely missed that this is a joke :'(

I think you may have missed this: > Is this a joke? Of course it's a joke.

Sure did. My mistake

Re: Universal.css

#14
You'd think this is a joke, but have a look at this comment at https://hacks.mozilla.org/2016/05/css-coding-techniques/comm...

> Now that we’re writing almost all of our html in modular fashion, I have found mix-n-matching pre-defined css classes works the best. i.e. class=”inline-block bg-bbb text-333 padding-5-15″

Re: Universal.css

#15

This reminds me of Tachyons[1], except Tachyons (supposedly) isn't satire. [1] http://tachyons.io/

I think I'd have to assume anyone using that on a project I was paying them for really was trying to be funny. I mean, really, take a look at this: https://github.com/tachyons-css/tachyons-visibility

Re: Universal.css

#16

This reminds me of Tachyons[1], except Tachyons (supposedly) isn't satire. [1] http://tachyons.io/

I think I'd have to assume anyone using that on a project I was paying them for really was trying to be funny. I mean, really, take a look at this: https://github.com/tachyons-css/tachyons-visibility

I used and am using this in production. So are others. It works really really well.

Here's the rational: http://mrmrs.io/writing/2016/03/24/scalable-css/

Re: Universal.css

#17
>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?

Re: Universal.css

#18
post #16

Earlier quoted context omitted.

I think I'd have to assume anyone using that on a project I was paying them for really was trying to be funny. I mean, really, take a look at this: https://github.com/tachyons-css/tachyons-visibility

I used and am using this in production. So are others. It works really really well. Here's the rational: http://mrmrs.io/writing/2016/03/24/scalable-css/

In all seriousness, what advantages do you see over writing inline styles?

Re: Universal.css

#20
The effect of the joke is lessened when it is labeled as a joke, doubly so when every comment here copypastes the line saying it's a joke.

See also the latest reprinting of "A Modest Proposal," which kindly has "SATIRE -- DO NOT BELIEVE" in large caps on the front and back covers.

Post reply on HN