Projet

Général

Profil

0001-help-add-font-size-variable-documentation-68547.patch

Thomas Jund, 30 août 2022 17:27

Télécharger (1,02 ko)

Voir les différences:

Subject: [PATCH] help: add $font-size variable documentation (#68547)

 help/fr/misc-scss.page | 7 +++++++
 1 file changed, 7 insertions(+)
help/fr/misc-scss.page
52 52
  <td><p>Famille de police du texte</p></td>
53 53
  <td><p><var>sans-serif</var></p></td>
54 54
 </tr>
55
 <tr>
56
  <td><p><code>$font-size</code></p></td>
57
  <td><p>Taille du corps du texte. Pour des raison d’accessibilité, il est 
58
    préférable de laisser l’usager pouvoir choisir sa taille en laissant cette 
59
    valeur à <var>100%</var>.</p></td>
60
  <td><p><var>100%</var></p></td>
61
 </tr>
55 62
 <tr>
56 63
  <td><p><code>$width</code></p></td>
57 64
  <td><p>Largeur maximale de la page</p></td>
58
-