Stuart Robson

Results 2 issues of Stuart Robson

I have created a format that would wrap the outputted CSS custom properties inside an `@if` statement in the `.scss` file. ```javascript StyleDictionaryPackage.registerFormat({ name: 'css/variables', formatter: function (dictionary) { return...