File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "css_inline_php"
9
9
crate-type = [" cdylib" ]
10
10
11
11
[dependencies ]
12
- ext-php-rs = " 0.14"
12
+ ext-php-rs = " 0.14.1 "
13
13
14
14
[dependencies .css-inline ]
15
15
path = " ../../css-inline"
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ impl CssInliner {
25
25
keep_style_tags = false ,
26
26
keep_link_tags = false ,
27
27
load_remote_stylesheets = true ,
28
+ base_url = None ,
29
+ extra_css = None ,
28
30
) ) ]
29
31
#[ php( optional = inline_style_tags) ]
30
32
pub fn __construct (
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ public function testInlineFragment(): void
26
26
public function testCSSInlinerWithExtraCss (): void
27
27
{
28
28
$ inliner = new CSSInliner (
29
- base_url: null ,
30
29
extra_css: 'p { color: green; } '
31
30
);
32
31
You can’t perform that action at this time.
0 commit comments