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
{{ message }}
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
Describe the bug
Hello, I found a bug in the css part, when using pseudo class, all the spaces are removed inside the parenthesis.
To Reproduce
Steps to reproduce the behavior:
Copy and paste this in a css file.
And minify it, you will obtain :
the tbody is glued to the tr and the thead is glued to the th.
Expected behavior
The behavior I expected is this is the minifyed file :
With, for this example, the tbody and tr with a space between.
Desktop (please complete the following information):
Regards,
Arthur
The text was updated successfully, but these errors were encountered: