Jrson
Jrson
If you want to use a monorepo/workspace with typescript, you should set it up correctly using [project references](https://www.typescriptlang.org/docs/handbook/project-references.html) with compilerOptions `composite: true`, since you can't import an untranspiled `.ts` file...
Is it possible to add an `id` to every section, depending on current `heading`?
Oh man thank you, this is great!
> bump. any updates on this? only thing stopping me from using qwik for prod Yeah, same here. SASS support would be a great addition.
Still same problem here.
I get the same error when I try to use `useContent()` inside the default `src/root.tsx` layout component.
@Varixo Thank you for the PR, it was a great example help to implement dark mode. If the PR is merged, it would be awesome if you could write a...
Would be awesome if merged.
I have the same error when trying to build a static site `npm run qwik add static`, `npm run build` throws the same error. If you could do a PR...
> Linting CSS is really a solved problem, thanks to Stylelint. Instead of Deno reinventing the wheel I would prefer Deno just introduce a way to run Stylelint. Yes, you...