-
CSSMin is written in ___________.
-
- C
- PHP
- C++
- Java
- None of these
Correct Option: D
CSSMin is written in Java. It preforms conversion of lowercase, ordering of properties, replacement of names with numeric or hex equivalents. E.g. font-weight:bold can be written as font-weight: 600, color: black to color: #000.