Dmytro Cheglakov
Dmytro Cheglakov
@Cammin thank you. We're looking forward to this feature. We hope it won't take long.
Hi @Tyneor, > Looking at the code, position: fixed is only used on iOS devices because: It looks like it used on the desktop as well Here are the styles...
> Heya! Been looking into this and there seem to be an invalid setup for postcss in your example: > > * Tailwindcss v3 is somehow integrated into Angular so...
@philipp-spiess Thank you for the suggestion! I appreciate your help so far. My Angular project is already set up as an application project, so I believe that part is configured...
@sharathdaniel thanks. I managed to use Tailwind 4 with Angular, but to do so, I had to upgrade to Angular 18.
@clydin I’ve tried following your approach with the `postcss.config.json` file and enabling Tailwind CSS via PostCSS like this: ```json { "plugins": { "@tailwindcss/postcss": {} } } ``` for my Angular...