Kilian Schulte

Results 211 comments of Kilian Schulte

Hi, yes I forgot to add it in the docs page. The installation instructions are in the package readme: https://pub.dev/packages/jaspr_tailwind#prerequisites The recommended way is to use the standalone cli instead...

Seems to be a webdev issue on Safari. Reproducible through: ``` dart create -t web safari_test cd safari_test webdev serve ``` Please open an issue on the webdev repo: https://github.com/dart-lang/webdev

So looking at other (js) tailwind libraries, it seems like there isn't a standard solution here. Most of them just tell you to modify the tailwind config and add the...

Closing this, because jaspr_tailwind is now maintained over at https://github.com/dinko7/jaspr_tailwind Feel free to reopen an issue there.

I think this would be mostly an issue for the server side rendering right? Because on the client you can use the standard web apis to modify the head (which...

> Just to clarify we can use the standard html library on client right? Yes. > Jasper doesn't have client side features? It does, but on a high level abstraction...

Do you have a concrete use-case in mind as an example? Its hard to design an feature without knowing what it would be used for exactly

@ShivanshuKGupta Thanks for investigating, a PR would be much appreciated.