Updating the cPanel File Edit Feature Regarding CSS File
Hello, i was curious if cPanel had plans to update the file editor in order to accept current CSS commands. I have noticed over some time that some commands that are perfectly good commands and are also syntax correct get errors by the file editor but the commands still work.
One such example is using CSS grid commands. There is no missing RBRACE and that line is line 548. I assume you still use a custom version of the ace editor. Will there be an update at some point to add current CSS codes?
The code below shows an X in the file manager which on hover reads
unknown property 'grid-template-columns' . Expected RBRACE at line 548, col 33
dl {
grid-template-columns: auto 1fr;
}
-
Hey there! I'm doing some testing on this and I'll post an update once I have more details.
0 -
I've confirmed this is specific to the "grid-template-columns" variable, as a default of
dl {
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
}works well. I'm getting a case filed now and I'll post more details soon!
0 -
I've created case CPANEL-45771 with our developers so they can look into this issue - if I hear anything on my end I'll be sure to post here!
0
Please sign in to leave a comment.
Comments
3 comments