Remove bad practice example from CSS guidelines

pull/5359/head
Thibaud Colas 2019-06-06 17:04:23 +01:00
rodzic 0665e98c18
commit 059c139515
1 zmienionych plików z 1 dodań i 1 usunięć
docs/contributing

Wyświetl plik

@ -96,7 +96,7 @@ Formatting
param, e.g., ``rgba(#000, .5)``).
- Use ``//`` for comment blocks (instead of ``/* */``).
- Use single quotes for string values
``background: url('my/image.png')`` or ``content: 'moose'``
``background: url('my/image.png')``
- Avoid specifying units for zero values, e.g., ``margin: 0;`` instead
of ``margin: 0px;``.
- Strive to limit use of shorthand declarations to instances where you