(_id, base)
| 2885 | `, |
| 2886 | { |
| 2887 | async loadModule(_id, base) { |
| 2888 | return { |
| 2889 | path: '', |
| 2890 | base, |
| 2891 | module: ({ addUtilities }: PluginAPI) => { |
| 2892 | addUtilities({ |
| 2893 | '.text-trim': { |
| 2894 | 'text-box-trim': 'both', |
| 2895 | 'text-box-edge': 'cap alphabetic', |
| 2896 | }, |
| 2897 | }) |
| 2898 | }, |
| 2899 | } |
| 2900 | }, |
| 2901 | }, |
| 2902 | ), |
| 2903 | ).toMatchInlineSnapshot(` |
nothing calls this directly
no test coverage detected