11
brod
7y

Can someone explain what's so wrong with CSS?

My only issue is you can't set media query variables - which is totally not an issue with cssnext or similar..

Comments
  • 3
    I actually don't have any issue with it ...

    Occasionally I wrestle with little things, but it mostly pretty darned straightforward.
  • 2
    I don't think the issue is CSS per se, but rather the inconsistencies across different browsers. When you do server side code, when you get it working it works. With CSS, you get it working, and then have to get it working in IE, Opera, Safari (the new IE), and all the older browsers you're forced to support.
  • 1
    Thank God there's SCSS.

    - Variables in all browsers
    - Functions
    - Data structures
    - Nesting of child selectors!!!
Add Comment