()
| 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) => { |
no test coverage detected