sass-site/source/playground.liquid

13 lines
254 B
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
---
2023-06-02 16:53:32 +02:00
<div class="playground-wrapper">
<div id="editor"></div>
<div id="css-view"></div>
</div>
<script type="module" src="/assets/dist/js/playground.js"></script>