Skip to content

v2.0.1

Compare
Choose a tag to compare
@nemuvski nemuvski released this 23 Jul 10:54
· 25 commits to main since this release

Full Changelog: v2.0.0...v2.0.1

What's Changed

  • Changed CSS optimizer
    • clean-css -> csso (PR)
  • Fixed
    • Selectors in the minified CSS file had been containing line feed characters, which have been removed. See below.

Before

/* excerpt */
:where(
body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,hr,input,button,optgroup,textarea,select
){margin:0}

After

/* excerpt */
:where(body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,hr,input,button,optgroup,textarea,select){margin:0}

Documents

  • Update README.md and docs
    • Changed CDN destination URL