MCPcopy
hub / github.com/tailwindlabs/tailwindcss / translateProperties

Function translateProperties

packages/tailwindcss/src/utilities.ts:1352–1357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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`

Callers 1

createUtilitiesFunction · 0.85

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected