When using
grid-template-columns: [avatar] 2fr [body] 6fr;
I get the fallowing error:
[exception] 500 | Internal Server Error | Leafo\ScssPhp\Exception\ParserException
[message] parse error: failed at grid-template-columns: [avatar] 2fr [body] 6fr; /usr/share/nginx/gb-portfolio/src/AppBundle/Resources/assets/scss/header.scss on line 14
[1] Leafo\ScssPhp\Exception\ParserException: parse error: failed at grid-template-columns: [avatar] 2fr [body] 6fr; /usr/share/nginx/gb-portfolio/src/AppBundle/Resources/assets/scss/header.scss on line 14
at n/a
in /usr/share/nginx/gb-portfolio/vendor/leafo/scssphp/src/Parser.php line 128
at Leafo\ScssPhp\Parser->throwParseError()
I'm hopping there is a way to at the least have the scss parser ignore it somehow?
Thanks
When using
grid-template-columns: [avatar] 2fr [body] 6fr;I get the fallowing error:
I'm hopping there is a way to at the least have the scss parser ignore it somehow?
Thanks