Skip to content

Commit 7d76d8a

Browse files
committed
Update chuckcss to v3.2.2 and update documentation with cc-fw-x class
1 parent e54107c commit 7d76d8a

File tree

8 files changed

+147
-100
lines changed

8 files changed

+147
-100
lines changed

dist/front.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation.html

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,9 @@ <h3>Documentation</h3>
554554
<li>
555555
<a href="#helpers-texts-size">Texts font-size</a>
556556
</li>
557+
<li>
558+
<a href="#helpers-texts-weight">Texts font-weight</a>
559+
</li>
557560
</ul>
558561
</li>
559562
<li>
@@ -6091,7 +6094,7 @@ <h4 id="helpers-texts-size">
60916094
<p>
60926095
<span class="code">class="cc-fs-{size}"</span> : Apply a font-size on a text<br /><br />
60936096
<strong>{size}</strong> : From 0 to 100, increment +1<br /><br />
6094-
<strong>Exemple :</strong> "ccc-fs-10" == font-size: 1rem ~= font-size: 10px;
6097+
<strong>Exemple :</strong> "cc-fs-10" == font-size: 1rem ~= font-size: 10px;
60956098

60966099

60976100
</p>
@@ -6123,6 +6126,51 @@ <h4 id="helpers-texts-size">
61236126
&lt;/p>
61246127
</code>
61256128
</pre>
6129+
6130+
<div class="sep"></div>
6131+
6132+
<h4 id="helpers-texts-weight">
6133+
<a href="#helpers-texts-weight">
6134+
Texts font-weight
6135+
</a>
6136+
</h4>
6137+
<div class="exemple-intro">
6138+
<p>
6139+
<span class="code">class="cc-fw-{weight}"</span> : Apply a font-weight on a text<br /><br />
6140+
<strong>{weight}</strong> : From 100 to 900, increment +100<br /><br />
6141+
<strong>Exemple :</strong> "cc-fw-100" == font-weight: 100
6142+
6143+
6144+
</p>
6145+
</div>
6146+
6147+
<p class="cc-fw-300">
6148+
Font-weight : 300<br />
6149+
Cupim prosciutto biltong capicola. Andouille beef ribs tri-tip pig. Prosciutto corned beef chicken jerky burgdoggen leberkas.
6150+
</p>
6151+
<p class="cc-fw-400">
6152+
Font-weight : 400<br />
6153+
Cupim prosciutto biltong capicola. Andouille beef ribs tri-tip pig. Prosciutto corned beef chicken jerky burgdoggen leberkas.
6154+
</p>
6155+
<p class="cc-fw-700">
6156+
Font-weight : 700<br />
6157+
Cupim prosciutto biltong capicola. Andouille beef ribs tri-tip pig. Prosciutto corned beef chicken jerky burgdoggen leberkas.
6158+
</p>
6159+
6160+
<pre class="HTML">
6161+
<code class="language-markup"><!-- -->
6162+
&lt;!-- Texts Font-weight -->
6163+
&lt;p class="cc-fw-300">
6164+
...
6165+
&lt;/p>
6166+
&lt;p class="cc-fw-400">
6167+
...
6168+
&lt;/p>
6169+
&lt;p class="cc-fw-700">
6170+
...
6171+
&lt;/p>
6172+
</code>
6173+
</pre>
61266174
</div>
61276175

61286176
<!-- Blocks helpers -->
@@ -6751,7 +6799,7 @@ <h3 id="icons-alignments">
67516799

67526800
<footer id="main-footer">
67536801
<p>
6754-
&copy; 2016 - ChuckCSS.io - All rights reserved - Made with &#10084; for <a href="https://www.alpixel.fr" class="external-link">ALPIXEL Agency</a>
6802+
&copy; 2018 - ChuckCSS.io - All rights reserved - Made with &#10084; for <a href="https://www.alpixel.fr" class="external-link">ALPIXEL Agency</a>
67556803
</p>
67566804
<p>
67576805
ChuckCSS is under <a href="https://opensource.org/licenses/mit-license.php" class="external-link">MIT Licence</a> - <a href="https://github.com/alpixel/ChuckCSS" class="external-link">Hosted on GitHub</a>

getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ <h2 id="start-source-files">
267267

268268
<footer id="main-footer">
269269
<p>
270-
&copy; 2016 - ChuckCSS.io - All rights reserved - Made with &#10084; for <a href="https://www.alpixel.fr" class="external-link">ALPIXEL Agency</a>
270+
&copy; 2018 - ChuckCSS.io - All rights reserved - Made with &#10084; for <a href="https://www.alpixel.fr" class="external-link">ALPIXEL Agency</a>
271271
</p>
272272
<p>
273273
ChuckCSS is under <a href="https://opensource.org/licenses/mit-license.php" class="external-link">MIT Licence</a> - <a href="https://github.com/alpixel/ChuckCSS" class="external-link">Hosted on GitHub</a>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ <h3>Alerts box with ChuckCSS</h3>
448448

449449
<footer id="main-footer">
450450
<p>
451-
&copy; 2016 - ChuckCSS.io - All rights reserved - Made with &#10084; for <a href="https://www.alpixel.fr" class="external-link">ALPIXEL Agency</a>
451+
&copy; 2018 - ChuckCSS.io - All rights reserved - Made with &#10084; for <a href="https://www.alpixel.fr" class="external-link">ALPIXEL Agency</a>
452452
</p>
453453
<p>
454454
ChuckCSS is under <a href="https://opensource.org/licenses/mit-license.php" class="external-link">MIT Licence</a> - <a href="https://github.com/alpixel/ChuckCSS" class="external-link">Hosted on GitHub</a>

0 commit comments

Comments
 (0)