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

Function scrollbarColorProperties

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

Source from the content-addressed store, hash-verified

2280
2281 {
2282 let scrollbarColorProperties = () => {
2283 return atRoot([
2284 property('--tw-scrollbar-thumb', '#0000', '<color>'),
2285 property('--tw-scrollbar-track', '#0000', '<color>'),
2286 ])
2287 }
2288
2289 colorUtility('scrollbar-thumb', {
2290 themeKeys: ['--color'],

Callers 1

createUtilitiesFunction · 0.85

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected