Smartly Optimise Your CSS Code for Faster Website Optimising the CSS code of your website not only makes it easier and efficient for you to edit it in future, but, it also reduces the size of your website be it just few kilobytes. Even the reduction of few kilobytes of your CSS file size leads to faster website, and you know how vital role a website speed plays when it comes to luring search engines like Google and your online potential customers. It always works in your favor to have an optimised and minified CSS code. Having optimised CSS not only saves your time but, it also takes you out of stress and misery that you have to go through with complex and mixed codes. There is tons of CSS optimisation techniques found online which you can implement in your code and free yourself with CSS stress. In this article, I have compiled a list of techniques to optimise your CSS code which is used by most of the designers and developers today. Before going to these techniques, make sure to have single stylesheet for your website and use the standard name of it, style.css. By doing this you can have everything together in a same place which makes your editing process more efficient. Now, let’s move on to learn the smart and efficient techniques to write CSS code of your website. Here’s a list of top techniques to smartly optimise your CSS code for faster website. Choose the Right Code Editor With the large number of code editors available in market today, most of the people are found confused while choosing the right code editor for them. Web experts with their experiences knows the right editor that matches their preferences but, for inexperienced and beginners, they have no option except following the experiences of others and using the editor they see being used by other designers. Make sure to choose the code editor that makes you most efficient and that matches your preferences. If you are a window user then, I would recommend you to use Notepad++ that is what I use. Notepad++ has features such as syntax highlighting, syntax folding, tabbed files, auto completion, multi-view, and many more. It is free of cost. Besides Notepad++, you can also use Sublime text, php Storm, CSS edit and TextWrangler if you are a Mac user. Check out the features of your interested editors and start with the editor that you think have everything what you are looking for. Code in Style Once you find the code editor that you are going to use, establish a set layout that you will use throughout your entire CSS stylesheets. Doing this, you can further streamline your CSS files. Use the the most commonly used CSS formatting, where “#” or “.” are used to define ID or Class