(input: string, design: DesignSystem)
| 87 | }) |
| 88 | |
| 89 | function sortClasses(input: string, design: DesignSystem) { |
| 90 | return defaultSort(design.getClassOrder(input.split(' '))) |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * This is a function that the prettier-plugin-tailwindcss would use. It would |
no test coverage detected