uimix
uimix copied to clipboard
Import other .macaron files
Description
Import other files' components and CSS variables
<!-- prepend this to a .macaron file -->
<script type="module" src="./other.macaron"></script>
Motivation
- Split a large file to smaller ones
- Reuse common CSS variables (color palettes etc) across files