filamentgroup / criticalCSS

Finds the Above the Fold CSS for your page, and outputs it into a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get a selector's css properties straight from the css file, independent of what phantom understands

scottjehl opened this issue · comments

on this line we get a selector's rules:
https://github.com/filamentgroup/criticalCSS/blob/master/lib/rules.js#L91

but the rules that are returned will be limited to what webkit supports or understands. That leaves out new properties, vendor specific properties, and maybe overridden properties too.

Instead we should get the rules as-written.

Thanks @beep for the bug report.

Closed by #50