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