Mayank

Results 151 comments of Mayank
trafficstars

> Some discussion about this here: #2819 Looking at that thread, [this comment](https://github.com/11ty/eleventy/issues/2819#issuecomment-1802700116) stands out to me: > some day, conceivably, there could be other JavaScript runtime that could be...

I spent quite a bit of time thinking about this issue. While I don't like that the "lightningcss" prefixed variables show up in my generated CSS, I think your point...

@the-lazy-learner yes definitely! you can start with one of the first few items in that list. should be pretty straightforward to create markdown files. let me know if you have...

hey, thanks for looking into this! > - Vite plugins don't get picked up by the optional esbuild processing when it hits a template literals. this might be possible to...

going to put this one on hold indefinitely. it's a neat idea but there are problems. documenting here for if i revisit this in the future. typescript is the biggest...

I'm not convinced about this. It's more work to maintain, for not much benefit. If the scss output is not super readable, then I can run `prettier` on it before...

I'm still open to adding it; looks quite handy. However, the approach will need to differ. Instead of media queries or custom properties, we'd want to make them mixins that...

we can always read the contents of the css file and extract the values from there

actually, after updating to the pre-release version (v1.7.6) of `vscode-styled-components`, i was able to get linting and intellisense working with custom `tags` (passed with `@styled/typescript-styled-plugin`), but syntax highlighting is still...

Ah that does clarify `bundleExportKey`. It's useful but not related to imperatively adding code to bundles.