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

Function selector

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

Source from the content-addressed store, hash-verified

86}
87
88function selector(value: string): SelectorNode {
89 return {
90 kind: 'selector',
91 value,
92 }
93}
94
95function value(value: string): SelectorValueNode {
96 return {

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected