(value)
| 2676 | staticUtility('bg-contain', [['background-size', 'contain']]) |
| 2677 | functionalUtility('bg-size', { |
| 2678 | handle(value) { |
| 2679 | if (!value) return |
| 2680 | return [decl('background-size', value)] |
| 2681 | }, |
| 2682 | }) |
| 2683 | |
| 2684 | staticUtility('bg-fixed', [['background-attachment', 'fixed']]) |
no test coverage detected