adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
839 stars 30 forks source link

suggestion:support utility-first CSS framework #87

Closed chenghonour closed 1 year ago

chenghonour commented 1 year ago

Such as Tailwind CSS

paulsmith commented 1 year ago

Currently Pushup is agnostic as to what CSS libraries and frameworks users bring to it. I would be hesitant to bless a particular CSS framework and bundle it or provide syntax or library support for it, without first understanding more the potential need and the tradeoffs.

chenghonour commented 1 year ago

Currently Pushup is agnostic as to what CSS libraries and frameworks users bring to it. I would be hesitant to bless a particular CSS framework and bundle it or provide syntax or library support for it, without first understanding more the potential need and the tradeoffs.

Providing framework support like Tailwind CSS makes it easier for developers to design pages, because CSS is the key to web pages. Or there is a more convenient way to write CSS, which is important for pushup.