Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Releases: filamentgroup/criticalCSS

Original CSS Declarations

Choose a tag to compare

@johnbender johnbender released this 06 Sep 19:02

This release includes a pass over the critical CSS to add back in the original CSS declarations. This ensures things like vendor prefix properties are added back into the critical CSS output that the CSS object model in Phantom misses.

Version 0.3.2

Choose a tag to compare

@scottjehl scottjehl released this 10 Oct 20:57
  • removed a condition to exclude display: none elements as it was causing unexpected results.