CSS Performance tips
#1
Posted 18 June 2013 - 04:08 PM
2. Make good use of functions, objects, and plugins, so that you avoid repeating code.
3. Declare your vars
You don’t actually need to declare vars but it’s a good practice to do so. Even if you want to use global scope vars, you can still redefine them locally to save time.
#2
Posted 30 April 2018 - 05:11 AM
Hi,
I recently read about a OOCSS Architecture. I found it extremely helpful to keep the CSS code clean, tidy and maintainable.
OOCSS is a methodology of writing CSS proposed and popularized by Nicole Sullivan. If you people don't have heard about, you must learn about it immediately. It will change the way you write CSS.
I can share you a couple of blog posts or videos as resources if you want.
#3
Posted 08 June 2020 - 05:43 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users