lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

Doesn't compile variables in media queries' conditions

Open remi-blaise opened this issue 10 years ago • 0 comments
trafficstars

On running of this code :

@media_1 : 1600px;

@media (min-width: @media_1) {
    header
    {
        background-color: white;
  }
}

The compiler throw :

Fatal Error:
====================
parse error: failed at `@media_1 : 1600px;` line: 1

remi-blaise avatar Feb 27 '15 10:02 remi-blaise