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

Function transformProperties

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

Source from the content-addressed store, hash-verified

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}`, {

Callers 1

createUtilitiesFunction · 0.85

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected