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

Function touchProperties

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

Source from the content-addressed store, hash-verified

1801 }
1802
1803 let touchProperties = () =>
1804 atRoot([property('--tw-pan-x'), property('--tw-pan-y'), property('--tw-pinch-zoom')])
1805
1806 for (let value of ['x', 'left', 'right']) {
1807 staticUtility(`touch-pan-${value}`, [

Callers

nothing calls this directly

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected