Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@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 😂 -
@itsdaniel0 Wym chunks of it all in one line? I thought Sass made that impossible because of the lack of curly brackets and semicolons?
-
@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
If you're using SASS, please don't write minified CSS
undefined