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

Function separator

packages/tailwindcss/src/value-parser.ts:34–39  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

32}
33
34function separator(value: string): ValueSeparatorNode {
35 return {
36 kind: 'separator',
37 value,
38 }
39}
40
41export function toCss(ast: ValueAstNode[]) {
42 let css = ''

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected