We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523af03 commit e9350a8Copy full SHA for e9350a8
README.md
@@ -1,2 +1,9 @@
1
# page-specific-css
2
-Php library which determines critical css on a per page basis.
+Page-specific-css is a library with extracts css selectors from html snippets and matches them with css rules to extract the used rules.
3
+
4
+This effectively enables you to create critical css.
5
6
+The bulk of it's code is based on, and expanded from, Thijs Verkoyen's inline css library.
7
8
+### Usage
9
+This library is used as a twig post processing module in JanDC/critical-css-processor. But you could of course make your own implementation.
0 commit comments