Compiler doesn’t work with Grid Area
-
If the css grid area were to be, for instance:
grid-area: 3 / 3 / 5 / 5;
then the compiler will calculate these into the value
grid-area: 0.04;
which will break the grid.My work-around was to put the grid into a separate css-stylesheet.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Compiler doesn’t work with Grid Area’ is closed to new replies.