Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
Release list
[Rust] Release 0.21.2
Fixed
file://stylesheet URLs not percent-decoded and broken on Windows drive letters.
[Ruby] Release 0.21.2
Fixed
file://stylesheet URLs not percent-decoded and broken on Windows drive letters.
[Python] Release 0.21.2
Fixed
file://stylesheet URLs not percent-decoded and broken on Windows drive letters.
[PHP] Release 0.21.2
Fixed
file://stylesheet URLs not percent-decoded and broken on Windows drive letters.
[JavaScript] Release 0.21.2
Fixed
file://stylesheet URLs not percent-decoded and broken on Windows drive letters.
[Java] Release 0.21.2
Fixed
file://stylesheet URLs not percent-decoded and broken on Windows drive letters.
[C] Release 0.21.2
Fixed
file://stylesheet URLs not percent-decoded and broken on Windows drive letters.
[Rust] Release 0.21.1
Fixed
- With
keep_at_rulesenabled, at-rules without a block (e.g.@import) lost their prelude and terminator, fusing with the following rule (@import@media ...) and producing a stylesheet browsers reject entirely.
[Ruby] Release 0.21.1
Fixed
- With
keep_at_rulesenabled, at-rules without a block (e.g.@import) lost their prelude and terminator, fusing with the following rule (@import@media ...) and producing a stylesheet browsers reject entirely.
[Python] Release 0.21.1
Fixed
- With
keep_at_rulesenabled, at-rules without a block (e.g.@import) lost their prelude and terminator, fusing with the following rule (@import@media ...) and producing a stylesheet browsers reject entirely.