MCPcopy
hub / github.com/postcss/autoprefixer / hasGridTemplate

Function hasGridTemplate

lib/processor.js:26–30  ·  view source on GitHub ↗
(decl)

Source from the content-addressed store, hash-verified

24]
25
26function hasGridTemplate(decl) {
27 return decl.parent.some(
28 i => i.prop === 'grid-template' || i.prop === 'grid-template-areas'
29 )
30}
31
32function hasRowsAndColumns(decl) {
33 let hasRows = decl.parent.some(i => i.prop === 'grid-template-rows')

Callers 1

addMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…