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

Function borderProperties

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

Source from the content-addressed store, hash-verified

2426 }
2427
2428 let borderProperties = () => {
2429 return atRoot([property('--tw-border-style', 'solid')])
2430 }
2431
2432 function borderSideUtility(classRoot: string, desc: BorderDescription) {
2433 utilities.functional(classRoot, (candidate) => {

Callers 2

borderSideUtilityFunction · 0.85
createUtilitiesFunction · 0.85

Calls 2

atRootFunction · 0.90
propertyFunction · 0.85

Tested by

no test coverage detected