Closed carmanchris31 closed 3 years ago
Problem: Schematic is inserting directives for scss even when cssFormat=css
@tailwind 'tailwindcss/base'; @tailwind 'tailwindcss/components'; @tailwind 'tailwindcss/utilities';
This results in none of the tailwind styles being included in src/styles.css
src/styles.css
Expected behavior: Schematic should add this instead when cssFormat=css
@tailwind base; @tailwind components; @tailwind utilities;
References:
@carmanchris31 thanks for reporting. Should be fixed in https://github.com/notiz-dev/ngx-tailwind/releases/tag/v2.2.1
Problem: Schematic is inserting directives for scss even when cssFormat=css
This results in none of the tailwind styles being included in
src/styles.css
Expected behavior: Schematic should add this instead when cssFormat=css
References: