I want to turn some scss code into css code in browser without any server interaction, and I don't want to use the tricks like webpack or browserify? I wonder if there's any pure ES6 version of sass/scss so my code can be like this:
<script type="module">
import sass from 'path/to/sass.js'; // or sass.mjs
</script>