Skip to content

Commit e9350a8

Browse files
committed
Updated readme to provide more context
1 parent 523af03 commit e9350a8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# page-specific-css
2-
Php library which determines critical css on a per page basis.
2+
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

Comments
 (0)