Skip to content

Instantly share code, notes, and snippets.

@arlg
Last active August 7, 2017 08:34
Show Gist options
  • Save arlg/6e8782bc767174d1e0c528450b3198b6 to your computer and use it in GitHub Desktop.
Save arlg/6e8782bc767174d1e0c528450b3198b6 to your computer and use it in GitHub Desktop.
Css names
Flex :
row
> __col
list
> __item
.card__primary // Text content
.card__secondary // Image
// Header, haut de page principal :
.masthead
// Contenu central, wrapper d'article et sidebar
<section class="content">
<article class="content-article">
<header>
[TITRE]
Le <time>Time</time>
</header>
<p>[Contenu de l'article</p>
</article>
<aside class="aside">
</aside>
</section>
// Paragraphe
p : __p
// Utils
.u-[NAME]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment