What is a CSS Minifier?
This process helps you by removing the unnecessary characters from the code imputed by you without changing any of its functionality. By doing so you greatly reduce the size of you code therefore your code will have a much smaller footprint.
The beautifier process is the reverse of the minifier process by adding indents and newlines to the code it will make it more easy to read but its size will be increased.