When opening a sample in the live editing viewer or in StackBlitz/CodeSandbox, @import "tailwindcss" is included in styles.scss via shared.json even for samples that do not declare tailwindcss as a dependency. This caused the Angular compiler to fail in StackBlitz with a missing module error.

When opening a sample in the live editing viewer or in StackBlitz/CodeSandbox, @import "tailwindcss" is included in styles.scss via shared.json even for samples that do not declare tailwindcss as a dependency. This caused the Angular compiler to fail in StackBlitz with a missing module error.