Coding Standards: Apply coding standards on CSS.

Remove units when the value is zero. Combine redundant values in shorthand declarations.
This was generated with `stylelint --fix` and a custom config (see #53866).

Props ankitmaru, audrasjb, pbiron, ayeshrajans, hareesh-pillai, netweb, mukesh27.
Fixes #53866.


Built from https://develop.svn.wordpress.org/trunk@51727


git-svn-id: http://core.svn.wordpress.org/trunk@51333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryelle
2021-09-02 22:18:00 +00:00
parent fcc79f847a
commit c11fbdc7ae
84 changed files with 233 additions and 233 deletions

View File

@@ -301,7 +301,7 @@ p.wp-embed-share-description {
width: 100%;
border: none;
height: 28px;
margin: 0 0 10px 0;
margin: 0 0 10px;
padding: 0 5px;
font-size: 14px;
font-weight: 400;