()
| 2426 | } |
| 2427 | |
| 2428 | let borderProperties = () => { |
| 2429 | return atRoot([property('--tw-border-style', 'solid')]) |
| 2430 | } |
| 2431 | |
| 2432 | function borderSideUtility(classRoot: string, desc: BorderDescription) { |
| 2433 | utilities.functional(classRoot, (candidate) => { |
no test coverage detected