5

If you're using SASS, please don't write minified CSS

Comments
  • 1
    @jerome724 Working on an old SASS project. The preprocessor.

    Whilst for the most part it's readable, there's chunks of it all on one line 😂
  • 0
    @itsdaniel0 Wym chunks of it all in one line? I thought Sass made that impossible because of the lack of curly brackets and semicolons?
  • 1
    @SpectralKH It was using the SCSS syntax. I stupidly call them both SASS 🙄
  • 0
    @itsdaniel0 Oh... I personally hate SCSS
  • 0
    @SpectralKH Why?
    I mean, I don't like the SASS syntax so 😂
  • 0
    @itsdaniel0 Because SCSS is SASS with the horrible CSS syntax... You're jist adding {}; for ABSOLUTELY no reason. Your SCSS code should look exactly the same because keeping multiple statements in one line is bad practice anyway. It's literally SASS, but more typing and uglier
Add Comment