Open
Description
Is your feature request related to a problem? Please describe.
I want to use Master CSS with Svelte in <style> block
Describe the solution you'd like
Master CSS is a new virtual CSS language with an enhanced and concise syntax.
<h1 class="heading">Svelte + MasterCSS = A great Combination</h1>
<style lang="mcss">
.heading {
fg:blue-70 font:medium p:10
}
</style>
Describe alternatives you've considered
There is no alternative
How important is this feature to you?
It would be great If we can use MasterCSS in <style> block.
Additional context
Master CSS website https://css.master.co/
Master CSS 2.0 Beta website https://beta.css.master.co/docs/guides
Metadata
Metadata
Assignees
Labels
No labels