Jrson

Results 57 comments of 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`?

> bump. any updates on this? only thing stopping me from using qwik for prod Yeah, same here. SASS support would be a great addition.

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...

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...