()
| 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 |
no test coverage detected