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

Function maskPropertiesGradient

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

Source from the content-addressed store, hash-verified

3228 */
3229
3230 let maskPropertiesGradient = () =>
3231 atRoot([
3232 property('--tw-mask-linear', 'linear-gradient(#fff, #fff)'),
3233 property('--tw-mask-radial', 'linear-gradient(#fff, #fff)'),
3234 property('--tw-mask-conic', 'linear-gradient(#fff, #fff)'),
3235 ])
3236
3237 type MaskStopDescription = {
3238 color: (value: string) => AstNode[] | undefined

Callers 3

colorFunction · 0.85
positionFunction · 0.85
createUtilitiesFunction · 0.85

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected