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

Function scaleProperties

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

Source from the content-addressed store, hash-verified

1430 ])
1431
1432 let scaleProperties = () =>
1433 atRoot([
1434 property('--tw-scale-x', '1'),
1435 property('--tw-scale-y', '1'),
1436 property('--tw-scale-z', '1'),
1437 ])
1438
1439 /**
1440 * @css `scale`

Callers 2

handleScaleFunction · 0.85
createUtilitiesFunction · 0.85

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected