Skip to content

viterex_addon-3.5.6.zip

Choose a tag to compare

@ynamite ynamite released this 08 Sep 14:36
· 4 commits to main since this release

Fixed

  • stubs/style.css: a glob inside a CSS comment closed it early. The
    commented-out @source "../../fragments/**/*.php"; contains */ (inside
    **/), so the comment ended after /** and left stray tokens in the
    scaffolded stylesheet. The hint now suggests the directory form
    @source "../../fragments";, which Tailwind scans recursively.