From 059c1395154c1a931171a0024beb6e10452b3be8 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 6 Jun 2019 17:04:23 +0100 Subject: [PATCH] Remove bad practice example from CSS guidelines --- docs/contributing/css_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/css_guidelines.rst b/docs/contributing/css_guidelines.rst index 895418379d..d07975e864 100644 --- a/docs/contributing/css_guidelines.rst +++ b/docs/contributing/css_guidelines.rst @@ -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