()
| 1350 | }) |
| 1351 | |
| 1352 | let translateProperties = () => |
| 1353 | atRoot([ |
| 1354 | property('--tw-translate-x', '0'), |
| 1355 | property('--tw-translate-y', '0'), |
| 1356 | property('--tw-translate-z', '0'), |
| 1357 | ]) |
| 1358 | |
| 1359 | /** |
| 1360 | * @css `translate` |
no test coverage detected