Hacker News new | ask | show | jobs
by wietze 3453 days ago
Bootstrap V4 introduced spacing utility classes (like a class m-t-1 to get margin-top: 1rem!important), which inspired others to create this great universal.css project: https://github.com/marmelab/universal.css
3 comments

Don't play with our feelings that way...

    Is this a joke?

    Of course it's a joke. Use semantic CSS class names.
I was terrified for most of the way through that page that it was serious.
The first time I saw this project I went on an emotional roller coaster from shock & horror, through to laughing until tears fell out of my eyes :)
Laughed at this one:

  styleElement.appendChild(document.createTextNode(styleContent.replace(/;/g, ' !important;')));