You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In any crate running cargo doc && rustdoc --check-theme target/doc/light.css will emit a bunch of errors. If you take the css file and run it through something like prettier to get it to an unminified state then --check-theme will work fine.
Testing some manual minification of it one thing it appears to not like is , without a trailing space. Joining the h1, h2, lines into h1,h2, gives
In any crate running
cargo doc && rustdoc --check-theme target/doc/light.css
will emit a bunch of errors. If you take the css file and run it through something likeprettier
to get it to an unminified state then--check-theme
will work fine.Testing some manual minification of it one thing it appears to not like is
,
without a trailing space. Joining theh1, h2,
lines intoh1,h2,
gives(cc @GuillaumeGomez)
The text was updated successfully, but these errors were encountered: