How to Minify CSS on WordPress without Plugins

Hey I Tell You How to Minify you CSS code without using any plugin in WordPress, It very hard to minify but its Great way to minify your WordPress’s website.

How to Minify CSS

>> Open all CSS code and remove space after “}”.

Example:- 
body {
margin:10px;
padding:10px;
}
h1 {
font-size:22px;
margin-bottom:16px;
}
Change to:-
body{margin:10px;padding:10px;}h1{font-size:22px;margin-bottom:16px;}

That’s it, This is best way to Minify CSS without using any type of plugins.

Watch Video in HINDI