Michael Großklaus
Michael Großklaus
### Describe the bug Hi, first of all thank you for the project! :) I have a `tokens.css` which imports a CSS file from a node module. In this `tokens.css`...
- [ ] Hide color and direction switcher behind settings icon (Takes up too much space) - [ ] Link to docs? - [ ] Collapsable menu - [ ]...
- [ ] One config file per brand, inheriting from main config file (e.g. `.miyagi.js`, `.miyagi.brand1.js`, `.miyagi.brand2.js`). This allows different theming of miyagi itself as well as different CSS files...
It would be nice to have the possibility to alter other file types (similar to `alter_json_file` and `alter_yaml_file`). My current use case is that I simply want to append something...
The idea would be to have something like this when referencing other mock data: ```yaml $ref: /template-components/frontpage/header/menu/dropdown#/items ``` or when referencing the mock data of a variant: ```yaml $ref: /template-components/frontpage/header/menu/dropdown#variant-name/items...
Drupal for example supports a base and a custom theme. The custom theme can extend the base theme. It would be nice if miyagi could read from both directories, the...