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 Feb 2, 2021. It is now read-only.
When sanitizing CSS, if you give it this string of CSS
color:#292f33;;font-size:28px;padding:0px;
The result will be
color:#292f33 ; padding:0px ;
Which is missing the font-size style entirely. However, if the extra semi-colon after the color style is removed, then font-size is preserved.
The text was updated successfully, but these errors were encountered: