openaustralia/planningalerts

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

Summary

Maintainability
Test Coverage
/*
 * Here is where you can define your custom utility classes.
 *
 * We wrap them in the `utilities` @layer directive, so
 * that Tailwind moves them to the correct location.
 *
 * More info:
 * https://tailwindcss.com/docs/functions-and-directives#layer
*/

@layer utilities {
  .break-word {
    word-break: break-word;
  }
}