Tristan
Results
2
comments of
Tristan
It would be really nice indeed. We are building a design system which uses Style Dictionary. Our build tool uses a custom CLI with various arguments like `--quiet` or `--silent`...
@diomed I tried to do something like that too. ``` .card.is-horizontal.is-half .card-image { flex: 6; } .card.is-horizontal.is-half .card-content { flex: 6; } .card.is-horizontal.is-quarter .card-image { flex: 3; } .card.is-horizontal.is-quarter .card-content...