7

I'm so used to SCSS, I'm sure I wouldn't be able to style shit with pure css.

Comments
  • 2
    https://goo.gl/axaVT
    Using CSS custom properties (variables) - CSS: Cascading Style ...
  • 1
    It'll probably come back to you but when you have to write out the nested class the long way you're going to hate your life.
  • 0
    @heyheni scss had variables for ages, what's so different with CSS vars? (genuinely asking because of lack of information, not trying to be an asshole)
  • 1
    @devrocket div#i .seriously .hope>i .die::before .that #ha p+p .ens{ }
  • 1
    @highonsleep yeah and de devs at w3c got envy and decided it's time for css to get some scss goodness. 🙂
  • 1
    @heyheni well alright then I'm gonna keep using my sweet baby jesuscss, thanks for the info 🙂♥️
  • 2
    @heyheni that's good to know.
  • 2
    I made a css tool for one of the frameworks I've been developing, I can use the "this" key word in selector and it auto binds a Id to the component and replaces any "this"s in selectors with "#id", also lets me use JS variables from the component in the styling, that one tiny change has made css so much more useful for me lol.
Add Comment