• 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)
  • Plugin Author Happy Monkey

    (@happymonkeyagency)

    Hi,

    There is an update of the PHP library that compiles the SCSS to CSS, that will maybe fix the issue. I will be back to you to let you test the compilation when the library is updated in the core of the plugin.

    Thanks
    Alex

    Plugin Author Happy Monkey

    (@happymonkeyagency)

    Hello again,

    I just have updated the PHP library in a new version of the plugin.
    Do you still encounter the same compiling issue?

    Thanks
    Alex

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Compiler doesn’t work with Grid Area’ is closed to new replies.