arc80 / plywood

A multimedia development kit for C++

Home Page:https://plywood.arc80.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On ubuntu 18.04 it's not creating stylesheet.css

mingodad opened this issue · comments

When following the documentation and try to Building the Documentation I'm getting this error and the file stylesheet.css is not created (maybe libsass version/bug ?):

./WebCooker
Error: Invalid CSS after "    background:": expected expression (e.g. 1px, bold), was "#80868b42;"
        on line 255 of ../../../../../repos/plywood/src/web/theme/layout.scss
>>     background: #80868b42;
   ----------------^

Just reproduced. I guess older libsass don't recognize this color format. Fix on the way.