···3838 >
3939 <div
4040 class="grid-item__contents"
4141- style="--grid-item-gradient: linear-gradient(to bottom, oklch(from {{color}} l c h / 0.075), transparent 65%)"
4141+ style="--grid-item-color: {{color}}"
4242 >
4343 <div class="grid-item__title">
4444 {{ if item.kind === "prelude" }}
+1
src/build.vto
···109109 While you have the ability to do whatever you want in a custom facet, the existing facets are designed to work a certain way; so here's some things to keep in mind:
110110 </p>
111111 <ul>
112112+ <li><span>Prelude (feature) facets are loaded in alphabetical order by the facet loader.</span></li>
112113 <li><span>Most elements are configured in broadcast mode so they communicate across tabs. There are a few exceptions such as inputs, where we prefer parallelisation.</span></li>
113114 <li><span>All URLs in a facet are relative to the root of Diffuse (not the root of the server) due to the base element in the header of the facet loader.</span></li>
114115 </ul>