()
| 1569 | ].join(' ') |
| 1570 | |
| 1571 | let transformProperties = () => |
| 1572 | atRoot([ |
| 1573 | property('--tw-rotate-x'), |
| 1574 | property('--tw-rotate-y'), |
| 1575 | property('--tw-rotate-z'), |
| 1576 | property('--tw-skew-x'), |
| 1577 | property('--tw-skew-y'), |
| 1578 | ]) |
| 1579 | |
| 1580 | for (let axis of ['x', 'y', 'z']) { |
| 1581 | functionalUtility(`rotate-${axis}`, { |
no test coverage detected