Skip to content

Commit b352074

Browse files
Hidden the documentation link on b3 and up
1 parent b56fac3 commit b352074

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

dist/css/styles.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/styles.min.css.map

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

dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171

7272
<!-- Main -->
7373
<div class="b0_12 b4_16 b5_18 b6_20">
74-
74+
7575
<div class="doc-mainvisual p pt-3x">
7676
<div>
7777
<h1>CastleCSS Framework</h1>
7878
<p class="intro">A modular, easy to use SCSS Framework.</p>
7979
<a class="btn mb-2x" href="installation.html">Get started</a>
8080
<a class="btn-theme03 mb-2x" target="_blank" href="https://github.com/CastleCSS">Watch on github</a>
81-
<p>Or watch the <a class="open-documentation" href="?">documentation</a></p>
81+
<p class="b3_hide">Or watch the <a class="open-documentation" href="?">documentation</a></p>
8282
</div>
8383
</div>
8484
</div>
@@ -110,4 +110,4 @@ <h1>CastleCSS Framework</h1>
110110

111111
</body>
112112

113-
</html>
113+
</html>

views/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727

2828
<!-- Main -->
2929
<div class="b0_12 b4_16 b5_18 b6_20">
30-
30+
3131
<div class="doc-mainvisual p pt-3x">
3232
<div>
3333
<h1>CastleCSS Framework</h1>
3434
<p class="intro">A modular, easy to use SCSS Framework.</p>
3535
<a class="btn mb-2x" href="installation.html">Get started</a>
3636
<a class="btn-theme03 mb-2x" target="_blank" href="https://github.com/CastleCSS">Watch on github</a>
37-
<p>Or watch the <a class="open-documentation" href="?">documentation</a></p>
37+
<p class="b3_hide">Or watch the <a class="open-documentation" href="?">documentation</a></p>
3838
</div>
3939
</div>
4040
</div>
@@ -44,4 +44,4 @@ <h1>CastleCSS Framework</h1>
4444

4545
</body>
4646

47-
</html>
47+
</html>

0 commit comments

Comments
 (0)