For example, with `template.json`: ```json @bloom: -f hsl { "accent": "$rose" } ``` Running `bloom build template.json` would yield: ```json { "accent": "hsl(...)" } ```