fidian/PrettyCSS

Does not recognize table-layout property

Closed this issue · 1 comments

Given the following CSS
table {
table-layout: fixed;
}

Expected: Pretty prints with no issues

Actual: Get error "table-layout is not a known property"

Fixed in version 0.3.6. You'll need to npm update to get this version.

Unfortunately for you, I know that you'll have to get everyone to sudo npm -g update on their systems to get it to work for everyone on the team. Maybe Gareth can use boss_dev_instances to get this rolled out to the entire crew?