Steps to reproduce the issue
Try adding CSS Grid attributes and properties to the Custom CSS module. e.g.:
grid-column-gap: 1rem
grid-row-gap: 1rem
grid-template-columns: 1fr 1fr
What I expected
That style would be applied.
What happened instead
Adding CSS Grid properties and attributes to a Custom CSS field shows an error on save.
