rebuild docs

This commit is contained in:
atomiks
2018-03-10 14:39:53 +10:00
parent e9b5a6981c
commit 9cf3ab8802
3 changed files with 16 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -366,7 +366,6 @@
}
.constant-width-to-height-ratio::before {
content: '';
display: block;
padding-top: 100%;
float: left;
}
@ -388,7 +387,6 @@
}
.snippet-demo__constant-width-to-height-ratio::before {
content: '';
display: block;
padding-top: 100%;
float: left;
}
@ -437,14 +435,14 @@
</section>
</code></pre>
<h4 data-type="CSS">CSS</h4><pre><code class="lang-css">.countable-section {
counter-reset: counter1;
counter-reset: counter1;
}
.countable-item p {
counter-increment: counter1;
counter-increment: counter1;
}
.countable-item p:before {
content: counters(counter1, '-') ' ';
font-weight: bold; /* for better visualization on demo */
content: counters(counter1, '-') ' ';
font-weight: bold; /* for better visualization on demo */
}
</code></pre>
<h4>Demo</h4>