uimix icon indicating copy to clipboard operation
uimix copied to clipboard

Import other .macaron files

Open seanchas116 opened this issue 3 years ago • 0 comments

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

seanchas116 avatar Jun 23 '22 06:06 seanchas116