What is Css Minifier ?
For those who often do coding will probably be very familiar with the tool that I will discuss this time. Yes, CSS Minifier is a useful tool for minimizing or compressing the structure of CSS code to make the file size smaller and lighter.
As we know, the small size of CSS or Cascading Style Sheets greatly affects the speed of access when loaded by visitors.
In addition, readers can make your blog as a place to minimize the CSS structure to be used. From there the traffic will increase over time.
In the previous article, I also gave a Premium HSL Picker Tool. For those of you still did not used the tool, Please click the orange words above and use my tool for free.
CSS Minifier Features
In these tool, there are four types of options that you can use, namely Comments, Compact, Indentation, and Semicolon. Each option has its respective function described based on the following initial script:
1. Comments
Useful for minimizing scripts while deleting each comment in /*...*/ writing format.
2. Compact
Useful for minimizing scripts while connecting each CSS class name. In addition, comments will be deleted.
3. Indentation
Useful for minimizing the script by still following the writing format input into the column.
4. Semicolon
Useful for minimizing scripts while removing semicolons; at the end of the CSS property line and the CSS value.