@css-inline/css-inline-linux-x64-musl
This is the x86_64-unknown-linux-musl binary for @css-inline/css-inline
High-performance library for inlining CSS into HTML 'style' attributes
@css-inline/css-inline-linux-x64-musl
This is the x86_64-unknown-linux-musl binary for @css-inline/css-inline
pico-args
cssparser
to 0.35
.html5ever
to 0.31
.selectors
to 0.28
.1.71.1
.!important
rules when computing element styles. #3981.70
.html5ever
to 0.27
.rayon
to 1.10
.data-css-inline="keep"
attribute to enforce keeping the style
tag.attohttpc
with reqwest
to simplify implementing non-blocking stylesheet resolving in the future release.nth-child
. #324std::error::Error::source
for InlineError
.indexmap
to 2.1
.cssparser
to 0.31.2
.selectors
to 0.25
.1.65
.inline_style_tags
option to control whether inlining from "style" tags should be performed. #2531.63
.class
attribute handling: up to 25% faster for extensive class-dependent selectors.FxHasher
in more cases.memchr
.1.62.1
.:
separator between properties and values.keep_link_tags
configuration option.remove_style_tags
with keep_style_tags
.inline_style_tags
configuration option.kuchiki
crate with our custom-built HTML tree representation. #176--output-filename-prefix
CLI option to control the output files prefix.file://
URI scheme in base_url
. #1711
exit code if any of the input files were not processed successfully via CLI.data-css-inline="ignore"
attribute to ignore CSS inlining. #10http
& file
features which give a way to disable resolving external stylesheets and reduce the compiled artifacts size.!important
rules not overriding inlined styles. #152padding
and padding-top
. #142InlineError::MissingStyleSheet
error variant to improve debugging experience. #124font-family: "Open Sans"
. #129std::fs::read_to_string
in CLI to avoid over/under allocating of the input buffer.rayon
to 1.5
.style
attribute values. #113to_string
implementation on &&str
.ahash
.style
tags when the document contains multiple of them and the remove_style_tags: true
config option is used. #110cssparser
crate version.ParseError
to InlineError
.Formatter.write_str
instead of write!
macro in the Display
trait implementation for InlineError
. #85Cow
for error messages. #87CSSInliner::options()
that implements the Builder pattern. #71parser.rs
get_full_url
openssl
to rustls
in attohttpc
dependency. #49codegen-units=1
and lto=fat
.String
allocations.BTreeMap::insert
when style
attribute already existsCSSInliner
and customization options. #9remove_style_tags
). Disabled by default. #11CSSInliner::compact()
constructor for producing smaller HTML output.CSSInliner.inline_to
that writes the output to a generic writer. #24Error
for InlineError
.load_remote_stylesheets
). Enabled by default.@media
queries since they can not be inlined. #7