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

Function maskPropertiesEdge

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

Source from the content-addressed store, hash-verified

3345 */
3346
3347 let maskPropertiesEdge = () =>
3348 atRoot([
3349 property('--tw-mask-left', 'linear-gradient(#fff, #fff)'),
3350 property('--tw-mask-right', 'linear-gradient(#fff, #fff)'),
3351 property('--tw-mask-bottom', 'linear-gradient(#fff, #fff)'),
3352 property('--tw-mask-top', 'linear-gradient(#fff, #fff)'),
3353 ])
3354
3355 type MaskEdge = 'top' | 'right' | 'bottom' | 'left'
3356 type MaskStop = 'from' | 'to'

Callers 2

colorFunction · 0.85
positionFunction · 0.85

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected