fdonnet / ubik_accounting

Double entry accounting app in Net 8
Apache License 2.0
90 stars 3 forks source link

Blazor components styling with Tailwind #17

Open fdonnet opened 11 months ago

fdonnet commented 11 months ago

Be more efficient about component dev with Tailwind.

Tailwind doesn't like to have hidden styles at building. (ex in c# constants etc)

See if we need to extend the Tailwind styles safelist or if it's anti-pattern.

For the moment, component are sometimes duplicated, only to be able for Tailwind to parse it :(

I was lazy about this part and I need to maybe find a better way.