DEV Community

Discussion on: Setup TailwindCSS in Angular the easy way

Collapse
 
johanchouquet profile image
Johan CHOUQUET

Hi there,

Thanks a lot for this.

As you probably know, in sass, the @import syntax is not the recommended way of importing. We should use @use instead.
So, what about changing those @import to @use ? Would that still work as expected ?