The closing brace (}) is expected to be at line 64, column 30
<p>I can't understand what's going wrong. The CSS still works but I still get this error. By the way, I'm using Dreamweaver. If I remove this part of the code, I don't get the error. </p>
<pre class="brush:php;toolbar:false;">.video-preview-description{
display: grid;
grid-template-columns: 50px 1fr; (this is line 64)
}</pre>