You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transform @import url media to @media type {rules}
Existing features:
Remove white space and extra characters
* whitespace
*Last semicolon in a statement
*Measurement units for the values (eg margin: 0px -> margin: 0)
Comments (preserving /! important comments */)
*Empty statements (eg p {})
Use shorthand properties
*margin
*padding
*border
*outline
*list-style
*background (eg instead of background-color)
Compress colors
*Use short notations of hexadecimal colors (Ex: color: # ff6600 becomes color: # f60;). Use colors supported in CSS 2 whose name is shorter than the hexadecimal.