ExCSS
ExCSS copied to clipboard
grid-template-columns is not supported
When parsing a class with 'grid-template-columns', no property is returned that matches it.
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: 100%; }
I tested on the latest 4.3.1 package.