2021-10-26 21:34:21 +00:00
|
|
|
/* Your custom CSS resets for email */
|
2022-05-14 10:22:06 +00:00
|
|
|
@import "app/mailers/renderer/html/custom/reset";
|
2021-10-26 21:34:21 +00:00
|
|
|
|
|
|
|
/* 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.
|
|
|
|
*/
|
2022-05-14 10:22:06 +00:00
|
|
|
@import "app/mailers/renderer/html/custom/postmark";
|
2021-10-26 21:34:21 +00:00
|
|
|
|
|
|
|
/* Tailwind utility classes */
|
|
|
|
@import "tailwindcss/utilities";
|
|
|
|
|
|
|
|
/* Your custom utility classes */
|
2022-05-14 10:22:06 +00:00
|
|
|
@import "app/mailers/renderer/html/custom/utilities";
|