79622606

Date: 2025-05-15 04:19:59
Score: 2
Natty:
Report link

Im not 100% sure but maybe if you change

rules[i].style['grid-template-column'] = 'auto auto auto';

to

rules[i].style['grid-template-columns'] = 'auto auto auto';

then it might work. The CSS property is grid-template-columns not grid-template-column.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user30542368