Puppuccino 52 Posted July 16, 2020 Share Posted July 16, 2020 What is your go to for writing CSS? I used to use LESS as a pre-processor but then switched over to SCSS as it's much nicer to use and adapt to. I haven't used any others though although I know of others like Stylus, what's your experience with CSS pre-processors? Quote Link to post Share on other sites
Administrators s3_gunzel 297 Posted July 16, 2020 Administrators Share Posted July 16, 2020 None. Plain old minimised CSS. Quote Link to post Share on other sites
tankerkiller125 22 Posted July 16, 2020 Share Posted July 16, 2020 I don't care generally, I tend to use a both SCSS and LESS but most of the actual code I write is general CSS. Basically so long as it follows conventional CSS rules I'll use it. If it uses some super weird format then I won't. Same thing's go with template HTML engines and stuff of that nature. Quote Link to post Share on other sites
Puppuccino 52 Posted July 18, 2020 Author Share Posted July 18, 2020 I've found that nesting CSS using SCSS is really handy and if you couple that with BEM methodology that it makes CSS a lot more fun to write. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.