Mayank
Mayank
@aruniverse not sure what you mean. itwinui has no eslint plugin
Isn't it already changing the visual output by removing indentation? In any case, the current documentation is misleading. And it would be useful to still have at least an opt-in...
Yeah, that makes sense to me. Thanks for the quick response Edit: created discussion https://github.com/withastro/roadmap/discussions/868
Worth also noting that the prettier plugin will sometimes forcibly insert meaningful whitespace, by breaking up long lines. (If there was a way to trim whitespace, it wouldn't be an...
revisiting this thread after the [most recent survey](https://webkit.org/blog/13607/help-choose-from-options-for-css-nesting-syntax/) which seems to be mostly in favor of sass-like syntax. a lot of the syntax looks identical, the biggest difference of course...
I have a question about this: > We'll keep Sass's current behavior at least until `:is()` is supported by 98% of the global market share. Does this 98% number refer...
the problem might be that there isn't much guidance from Astro's side to even contribute. "where do i put the global stuff?" "yeah this should be documented" "ok lets document...
@sarah11918 Done! https://github.com/withastro/docs/pull/2254 Frankly, I do not fully understand what Vite does and what Astro does, so it would help if someone who better understands the vite externalization sorcery can...
This can be reproduced in a fresh app / by running the following commands: ``` npx create-vite@latest storysource-repro cd storysource-repro npx storybook@next init npm i npm i -D @storybook/addon-storysource #...
~~Might have been fixed by #21096.~~ Edit: tested `7.0.0-beta.48` in a fresh app, it now shows the args instead of "loading source...". So not completely fixed. 