This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Description
Is it possible to control the sort order of the categories/sections in the HTML output? It would be great if it followed the sort order specified in base.yml. Here's my base.yml I point theo CLI at:
imports:
- ./text-color.yml
- ./background-color.yml
- ./border.yml
- ./border-radius.yml
- ./font-family.yml
- ./font-size.yml
- ./font-weight.yml
- ./line-height.yml
- ./space.yml
- ./box-shadow.yml
- ./media-query.yml
In the HTML output, the order is random: Space, Font Weight, Font Size, etc.