doc/dev/coding_standards_css.rst
changeset 12370 b3084ae2e718
parent 10492 68c13e0c0fc5
equal deleted inserted replaced
12369:f83ebc68f02e 12370:b3084ae2e718
     5 
     5 
     6 :Naming: camelCase
     6 :Naming: camelCase
     7 
     7 
     8 Indentation rules
     8 Indentation rules
     9 ~~~~~~~~~~~~~~~~~
     9 ~~~~~~~~~~~~~~~~~
    10 - 2 espaces avant les propriétés
       
    11 
    10 
    12 - pas d'espace avant les ":", un espace après
    11 - 2 spaces before properties
    13 
    12 
    14 - 1 seul espace entre les différentes valeurs pour une même propriété
    13 - no space before ":", one space after
       
    14 
       
    15 - only one space between values of the same property
    15 
    16 
    16 
    17 
    17 Documentation
    18 Documentation
    18 ~~~~~~~~~~~~~
    19 ~~~~~~~~~~~~~
    19 Please keep rules semantically linked grouped together, with a comment about
    20 Please keep rules semantically linked grouped together, with a comment about
    27 
    28 
    28 - Think about later customization by application
    29 - Think about later customization by application
    29 
    30 
    30 - Avoid introducing a new CSS file for a few lines of CSS, at least while the
    31 - Avoid introducing a new CSS file for a few lines of CSS, at least while the
    31   framework doesn't include packing functionalities
    32   framework doesn't include packing functionalities
    32 
       
    33