Skip to content

Instantly share code, notes, and snippets.

@oilvier
Created August 21, 2015 12:19
Show Gist options
  • Save oilvier/cde75f0b38fff92fe24f to your computer and use it in GitHub Desktop.
Save oilvier/cde75f0b38fff92fe24f to your computer and use it in GitHub Desktop.
Exemples de commentaire hierarchisés en CSS
/* -------------------------------------------------------------------------- *\
# Commentaire de premier niveau
\* -------------------------------------------------------------------------- */
/* ==========================================================================
## Commentaire de deuxième niveau
========================================================================== */
/* ### Commentaire de troisième niveau
========================================================================== */
/**
* Commentaire sur plusieurs lignes
* Pour décrire un bloc complexe avec un code d'exemple
*/
/* Commentaire simple */
/* -------------------------------------------------------------------------- */
/* Cas pratique : */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
# Résultats de recherche
@search-index-index
\* -------------------------------------------------------------------------- */
.search {...}
/* ==========================================================================
## Moteur de recherche
========================================================================== */
.search__form {...}
.search__form > div {...}
/* ### Mise en forme des options de recherche
========================================================================== */
.search__options {...}
/* ==========================================================================
## Liste des résultats
========================================================================== */
.search__results {...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment