Fix displaying current section within styleguide

This commit is contained in:
xavijam
2016-01-18 16:31:15 +01:00
parent e863c2b8e7
commit b349796ad5
3 changed files with 16 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
// ----------------------------------------------
/* SG
# Typography/
# Typography
```
<p class="Text Size-huge">Open Sans 26/34 Regular</p>
@@ -11,7 +11,7 @@
<p class="Text Size-medium">Open Sans 12/16 Semibold</p>
<p class="Text is-semibold Size-small">Open Sans 10/14 Semibold</p>
<p class="Text Size-small">Open Sans 10/14 Regular</p>
```
```
*/
@import '../variables/sizes';
@@ -47,4 +47,3 @@
font-size: $sFontSize-small;
line-height: $sLineHeight-small;
}

View File

@@ -19,8 +19,8 @@
line-height: 1;
}
/* SG
# Icon font
/* SG
# IconFont
```
<h4>Clock</h4>
@@ -670,4 +670,3 @@
.IconFont-Download::before {
content: '\E05C';
}