shadowtime2000

Results 134 comments of shadowtime2000

[postui/esm.sh#89](https://github.com/postui/esm.sh/issues/89)

An example of it with macros: ```ts // macro source export default function Styled(initialCSS, ...values) { return ""; } Styled.macro = { transform(initialCSS, ...values) { let outputCSS = ""; let...

[styled-components/styled-components#3382](https://github.com/styled-components/styled-components/issues/3382)

@ije Cool, but as far as I am aware that is very basic CSS-in-JS. Most CSS-in-JS frameworks support stuff like theming and dynamic styles too.

@thegaryroberts Thanks for sharing how you do it, I think Emotions React pkg has out of the box support with `renderToString` and other React SSR stuff. We should probably add...

@thegaryroberts I think you could open an issue for that because afaik `deno fmt` is for formatting, not stuff like this which could fit `deno lint` more.

@ije I believe you were working on this? Just checking so I can assign the issue for organization

@DjDeveloperr What version of Deno were you on?

Yeah, I have only used coveralls in Node projects because of it's weird set up necessary with Travis CI, so I think we could look more into codecov.

> But in my opinion, as Codecov seems more modern, it will surely have support for Deno sooner. @Hunam6 actually you can do it already using their GH action that...