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

Function contentProperties

packages/tailwindcss/src/variants.ts:689–697  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

687
688 {
689 function contentProperties() {
690 return atRoot([
691 atRule('@property', '--tw-content', [
692 decl('syntax', '"*"'),
693 decl('initial-value', '""'),
694 decl('inherits', 'false'),
695 ]),
696 ])
697 }
698 variants.static(
699 'before',
700 (v) => {

Callers 1

createVariantsFunction · 0.85

Calls 3

atRootFunction · 0.90
atRuleFunction · 0.90
declFunction · 0.90

Tested by

no test coverage detected