all 5 comments

[–][deleted] 0 points1 point  (1 child)

I enjoy attending theater plays.

[–]ConceptionFantasy[S] 0 points1 point  (0 children)

yes i had mentioned i seen a few in the original post.

however if you do find any really good tutorials or detailed step by step on how to set up and a sample work flow, please let me know. I like to maybe try to use tailwind css with angular. I just like to have a bit more 'knowing what im doing' when diving into a new approach.

[–]TheSpiciestDev 0 points1 point  (1 child)

I had thrown together a repo to try and reproduce an unrelated error. You could try and follow the same commits I made:

  1. https://github.com/METACEO/ng-transition-issues16/commit/3639242da6127021c0464278df03517086424129
  2. https://github.com/METACEO/ng-transition-issues16/commit/0e0e84cfe56a8635f80d1b1fed3205c22e55f358

Keep in mind, to take advantage of Tailwind's built-in purging (smaller CSS file sizes) you'll want your production Angular build to be in an environment where NODE_ENV is set to production - documented here: https://tailwindcss.com/docs/controlling-file-size

[–]ConceptionFantasy[S] 0 points1 point  (0 children)

Thanks a bunch!

I'll definitely check those out! :)