CSS validation of double semicolons

Some build tools will fail to process css with double semicolons such as this

..foo {
    margin-top: 20px;;
}

On several occasions over the years all local tests pass and we deploy to QA to find that the minified CSS is missing. We plug the CSS into the validator and it comes back all green, no warnings, no errors, perfect CSS, so we go looking for other issues and it takes much longer than it might to find that the CSS is in fact the issue.

Please consider adding warnings for double semicolons.

Thanks.
Dave


________________________________

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the originator of the message. This footer also confirms that this e-mail message has been scanned for the presence of computer viruses. Any views expressed in this message are those of the individual sender, except where the sender specifies and with authority, states them to be the views of Iowa Student Loan Liquidity Corporation doing business as ISL Education Lending.

Received on Monday, 18 July 2022 07:43:55 UTC