Styleguide
Styles
Grid system
No grid system provided

The styleguide does not impose any grid system so you can use your favorite.

Grid system helper

To display your grid in the styleguide you can use <div class="sg-cell">your text</div> as cell filler inside your cols. (see example below)

1
Colors
Naming helper

When adding new colors, you can find the name of the color by hexadecimal code

Single colors
#03a9f4
rgb(3,169,244)
@color-blue-deepSky
#e91e63
rgb(233,30,99)
@color-pink-ruby


Group colors
Fonts
Web fonts

If you use web fonts for your site, don't forget to call them as well in the header of the styleguide.

Roboto
Roboto 400 @font-roboto
abcdefghijklmnopqrstuvwxyz à â ç é è ê ë ï î ô ù ü û
ABCDEFGHIJKLMNOPQRSTUVWXYZ À Â Ç É È Ê Ë Ï Î Ô Ù Ü Û
1 2 3 4 5 6 7 8 9 0 % $ € & @ . , ? ! ’ “ ” ( ) - /
Roboto 700 @font-roboto
abcdefghijklmnopqrstuvwxyz à â ç é è ê ë ï î ô ù ü û
ABCDEFGHIJKLMNOPQRSTUVWXYZ À Â Ç É È Ê Ë Ï Î Ô Ù Ü Û
1 2 3 4 5 6 7 8 9 0 % $ € & @ . , ? ! ’ “ ” ( ) - /

Times New Roman
Times New Roman
abcdefghijklmnopqrstuvwxyz à â ç é è ê ë ï î ô ù ü û
ABCDEFGHIJKLMNOPQRSTUVWXYZ À Â Ç É È Ê Ë Ï Î Ô Ù Ü Û
1 2 3 4 5 6 7 8 9 0 % $ € & @ . , ? ! ’ “ ” ( ) - /
Times New Roman Bold
abcdefghijklmnopqrstuvwxyz à â ç é è ê ë ï î ô ù ü û
ABCDEFGHIJKLMNOPQRSTUVWXYZ À Â Ç É È Ê Ë Ï Î Ô Ù Ü Û
1 2 3 4 5 6 7 8 9 0 % $ € & @ . , ? ! ’ “ ” ( ) - /
Times New Roman Italic
abcdefghijklmnopqrstuvwxyz à â ç é è ê ë ï î ô ù ü û
ABCDEFGHIJKLMNOPQRSTUVWXYZ À Â Ç É È Ê Ë Ï Î Ô Ù Ü Û
1 2 3 4 5 6 7 8 9 0 % $ € & @ . , ? ! ’ “ ” ( ) - /
Headings

h1. heading

h2. heading

h3. heading

h4. heading

h5. heading
h6. heading
Text

Lorem ipsum dolor sit amet, strong text adipisicing elit. Linked text ratione eum nihil quos earum laudantium, eaque ullam omnis ut odio vero illum vel atque nisi iste tempora. Eius excepturi iste repellat, placeat esse aspernatur obcaecati voluptatem dolorum sapiente doloremque magnam.

Deleniti sapiente blanditiis ipsa quod architecto aliquam asperiores eveniet fugit harum perspiciatis omnis voluptas nam et error itaque impedit, ratione iste accusamus unde, reiciendis quia fuga consequuntur exercitationem dolorem voluptatum. Voluptatibus qui voluptate fuga neque illo debitis corporis cumque. Exercitationem similique, quas obcaecati minima, animi, tenetur ad, quibusdam voluptatum quasi deserunt dolor officia beatae totam odio non? Quam cumque laborum, atque.

Lists
  • Lorem ipsum dolor
  • Ipsa quod architecto
  • Ratione iste accusamus
Buttons
Forms
...
Documentation
Source code without snippet examples :
HTML

<h1 class="title1">H1 code source different from the snippet</h1>
<h2 class="title2">H2 code source different from the snippet</h2>
                    
CSS

.class {
    display: block;
    color: #333;
    background: #fff;
}
                    
JS

myFunction() {
    console.log('hello world');
}
                    
README.md
CSSReadme.md