openaustralia/planningalerts

View on GitHub
maizzle/src/css/resets.css

Summary

Maintainability
Test Coverage
/*
 * Here is where you can add your global email CSS resets.
 *
 * We use a custom, email-specific CSS reset, instead
 * of Tailwind's web-optimized `base` layer.
 *
 * Styles defined here will be inlined.
*/

img {
  @apply max-w-full leading-none align-middle;
  border: 0;
}