Merge branch 'browser-code-editor' of https://github.com/oddbird/sass-site into browser-code-editor

This commit is contained in:
Stacy Kvernmo 2023-06-21 11:31:39 -05:00
commit 339471d3aa
4 changed files with 5 additions and 16 deletions

View File

@ -14,24 +14,17 @@
{% renderFile 'source/_includes/footer_nav.md' %}
</div>
<div class="sl-l-grid__column sl-l-large-grid__column--auto-size sl-l-large-grid--justify-right">
{% if is_playground %}
<div class="sl-c-footer-link-grid">
{% endif %}
<a
<a
class="twitter-follow-button"
href="https://twitter.com/SassCSS"
data-show-count="false"
data-size="large">Follow @SassCSS</a>
<a
class="sl-image-link"
href="https://www.macstadium.com/">
<img
<a href="https://www.macstadium.com/"><img
alt="Powered by MacStadium"
class="mac-stadium-icon"
src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png"></a>
{% if is_playground %}
</div><!-- footer-link-grid -->
{% endif %}
</div>
</div>
</div>
</div>

View File

@ -25,5 +25,4 @@
</div>
</div>
</div>
</>
</header>

View File

@ -110,9 +110,7 @@
{% endif %}
</main>
{% typogr %}
{% render 'footer', is_playground: is_playground %}
{% endtypogr %}
{% typogr %}{% render 'footer' %}{% endtypogr %}
{% unless is_playground %}
<script src="https://cdn.jsdelivr.net/npm/@docsearch/js@alpha"></script>

View File

@ -21,8 +21,7 @@ is_playground: true
data-tabbar="item"
class="sl-c-button sl-c-button--tab"
data-setting="inputFormat">Sass</button>
<span data-tabbar="item" class="sl-c-playground__tabbar-title tabbar-title sl-c-playground__tabbar-version">
</span>
<span data-tabbar="item" class="sl-c-playground__tabbar-title tabbar-title sl-c-playground__tabbar-version"></span>
</div>
<div class="sl-c-playground__panel-content sl-code-is-precompiled"></div>
</div>