Creating UnoCSS plugin for Fresh 2.0 #3075
Unanswered
alecStewart1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm quite interested in using Deno + Fresh for personal projects, and I'm kind of waiting for the newer version of Fresh before I start really getting into it.
While I see that Tailwind is supported out-of-the-box, I generally kind of prefer UnoCSS. I know that's annoying to hear, but it's just my preference.
I see a few things regarding older versions of Fresh such as
Here: https://github.com/suyashmohan/fresh-playground
Here: #1303
and here: #1966
But I kind of need a bit more of a direction for the newer version of Fresh.
I see the tailwind plugin is ultimately a function that takes a
FreshBuilder
,App
, and an object that configures some options for the plugin itself.For an UnoCSS equivalent I imagine it might roughly be the same as the Tailwind one, but with some differences that might utilize things from this repo: https://github.com/suyashmohan/fresh-playground/tree/main
Is this assumption correct, or are there more things that I'm unaware of/missing?
Beta Was this translation helpful? Give feedback.
All reactions