theaterpedia / theaterpedia-core

template-functionality for the theaterpedia-network
https://docs.theaterpedia.org
1 stars 2 forks source link

issue-6.Tailwind-Config needs to be layers-enabled #51

Open crearis opened 1 month ago

crearis commented 1 month ago

branch courses/main 2

https://github.com/theaterpedia/theaterpedia-core/issues/6

Tailwind is setup in packages/theme/*. Basic css-configs are setup via /assets/style.scss and within tailwind-config.ts

A: for development-purposes it runs under apps/tp-template/ (and other apps/xyz/) B: in production it will run from project-root C: it shall be applied to pages, layouts, components and content D: Typography should work for Markdown-Content

A works properly B does not work > see here: https://github.com/crearis/theaterpedia-homepage C should be checked --- Bonus-Line D had issues: I had to do an extra import tailwind-typography because sfTypography didn't work ... I am not sure about the actual state, maybe you check it