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

Function snapProperties

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

Source from the content-addressed store, hash-verified

1849 staticUtility('snap-none', [['scroll-snap-type', 'none']])
1850
1851 let snapProperties = () => atRoot([property('--tw-scroll-snap-strictness', 'proximity', '*')])
1852
1853 for (let value of ['x', 'y', 'both']) {
1854 staticUtility(`snap-${value}`, [

Callers

nothing calls this directly

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected