v4.5.3: justify-items is striked out, but actually applies [fixed in 4.5.4]

Hi!

For the CSS snippet provided below, BootstrapStudio v4.5.3 shows last line (justify-items) as red and striked out. This should be a correct property from CSS perspective and it actually changes the style as expected as well. But it is a bit annoying to see a striked out line, looking like unsupported property.

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 1024px;
  margin: 0 auto 0 auto;
  justify-items: center;
}

Thank you!

Jevgeni

Thanks for bringing our attention to this! We will fix it in our next release.