Closed g-plane closed 7 months ago
For example, given the code below:
.container { grid-template-areas: "toolbar" "main" "menu" "footer"; grid-template-areas: "menu toolbar" "menu main" "menu footer"; grid-template-areas: "menu menu toolbar ." "menu menu main toc" "menu menu footer toc"; }
playground
those CSS values should be kept as input instead of being put on a single line.
For example, given the code below:
playground
those CSS values should be kept as input instead of being put on a single line.