| 1 | const plugin = require('tailwindcss/plugin'); |
| 2 | |
| 3 | // Order of these is important because it determines which states win in a conflict. |
| 4 | // We mostly follow Tailwind's defaults, adding our additional states following the categories they define. |
nothing calls this directly
no test coverage detected