sass-site/source/playground.liquid

46 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-05-31 16:04:29 +02:00
---
layout: has_no_sidebars
title: 'Playground'
is_playground: true
2023-06-02 16:53:32 +02:00
no_container: true
2023-05-31 16:04:29 +02:00
---
<div class="playground-wrapper" data-compiler-has-error="false">
<div class="code-editor-wrapper">
<div
class="code-editor-tabbar"
data-active="scss"
2023-06-06 22:02:26 +02:00
data-setting="inputFormat">
<button
type="button"
data-value="scss"
2023-06-06 22:02:26 +02:00
data-setting="inputFormat">SCSS</button>
<button
type="button"
data-value="indented"
2023-06-06 22:02:26 +02:00
data-setting="inputFormat">Sass</button>
</div>
<div id="editor"></div>
</div>
<div class="code-editor-wrapper">
<div
class="code-editor-tabbar"
data-active="expanded"
2023-06-06 22:02:26 +02:00
data-setting="outputFormat">
<strong>CSS</strong>
(Compiled)
<button
type="button"
data-value="expanded"
2023-06-06 22:02:26 +02:00
data-setting="outputFormat">Expanded</button>
<button
type="button"
data-value="compressed"
2023-06-06 22:02:26 +02:00
data-setting="outputFormat">Compressed</button>
</div>
<div id="code-editor-error-alert">Please resolve error to view compiled CSS.</div>
<div id="css-view"></div>
</div>
2023-06-02 16:53:32 +02:00
</div>
<script type="module" src="/assets/dist/js/playground.js"></script>