fenetic
Results
1
issues of
fenetic
After reading [this issue](https://github.com/seek-oss/treat/issues/74), I am implementing the following `globalStyle` in `sweet-treat.treat.ts`: ```TypeScript const sweetTreat = style((theme) => ({ padding: `${theme.spacing.small}px`, })); globalStyle(`${sweetTreat} > *`, { color: 'red', }); ```...