We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsure what to import or how to configure UnoCSS here for Deno in context of blog()
blog()
I would greatly appreciate any guidance on:
Thank you very much for your time and assistance.
The text was updated successfully, but these errors were encountered:
The closest I am getting is with the following error and it seems related to the version of unocss, error appears with latest (0.61.3) :
unocss
latest (0.61.3)
Internal server error: Cannot read properties of undefined (reading 'join')
Is there perhaps a version deno blog works with?
0.61.3
interface UserConfig<Theme extends object = object>
0.48.5
interface UserConfig<Theme extends {} = {}>
UserConfig<{}>
It seems like anything after 0.48.5 is broken, starting with 0.49.0.
0.49.0
import { UserConfig } from "https://esm.sh/@unocss/[email protected]"; import presetUno from "https://esm.sh/@unocss/[email protected]"; export default <UserConfig>{ presets: [presetUno()], }
Sorry, something went wrong.
No branches or pull requests
Unsure what to import or how to configure UnoCSS here for Deno in context of
blog()
I would greatly appreciate any guidance on:
blog()
.Thank you very much for your time and assistance.
The text was updated successfully, but these errors were encountered: