MCPcopy Create free account
hub / github.com/tailwindlabs/tailwindcss / value

Function value

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

Source from the content-addressed store, hash-verified

93}
94
95function value(value: string): SelectorValueNode {
96 return {
97 kind: 'value',
98 value,
99 }
100}
101
102export function toCss(ast: SelectorAstNode[], minify = false) {
103 let css = ''

Callers 2

parseFunction · 0.85
resolveValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected