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

Function borderSpacingProperties

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

Source from the content-addressed store, hash-verified

1276 staticUtility('border-separate', [['border-collapse', 'separate']])
1277
1278 let borderSpacingProperties = () =>
1279 atRoot([
1280 property('--tw-border-spacing-x', '0', '<length>'),
1281 property('--tw-border-spacing-y', '0', '<length>'),
1282 ])
1283
1284 /**
1285 * @css `border-spacing`

Callers 1

createUtilitiesFunction · 0.85

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected