-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
As the name suggests, CSS minifier would minify the provided CSS code by removing unnecessary spaces and comments
EDIT: This should NOT remove all the spaces inside the given CSS code, as the CSS code might include declarations with spaces inside its values like transition: all 100ms linear
or transform: scale(1) translateX(10em)
etc.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed