move tailwind.css to templates directory

This commit is contained in:
m5r
2021-10-30 13:04:54 +02:00
parent 514dae3ebb
commit 8e860a1ea3
3 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,18 @@
/* Your custom CSS resets for email */
@import "mailers/custom/reset";
/* Tailwind components that are generated by plugins */
@import "tailwindcss/components";
/**
* @import here any custom components - classes that you'd want loaded
* before the Tailwind utilities, so that the utilities could still
* override them.
*/
@import "mailers/custom/postmark";
/* Tailwind utility classes */
@import "tailwindcss/utilities";
/* Your custom utility classes */
@import "mailers/custom/utilities";