Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend better CSS parsers #401

Open
babakfp opened this issue Apr 3, 2024 · 0 comments
Open

Recommend better CSS parsers #401

babakfp opened this issue Apr 3, 2024 · 0 comments

Comments

@babakfp
Copy link

babakfp commented Apr 3, 2024

Hi 馃憢

On this page:

https://docs.deno.com/runtime/manual/advanced/jsx_dom/css

These two libraries are recommended:

  • reworkcss/css
    • No type-safety! (The types in @types/css are incorrect).
    • Slow!
  • deno_css
    • No way stringify!
    • Slow!

None of them are usable! I suggest removing them and adding https://lightningcss.dev. LightningCSS is fantastic! It's fast, type-safe, can stringify, etc.

Note: I was searching for "Deno CSS parsers" when I came across that docs page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant