Child theme not loading certain tailwind classes - Sage 10

I am importing the parent theme’s style sheet in my child stylesheet styles/app.scss

@import "../parent-theme/resources/styles/app.scss";

but the styles are not fully loading, some utilities classes are not loading. If i activate my parent theme, all styles load but when I activate child theme, styles are broken. Any tips where I should start looking.

Thank You!