Coralite v0.18.5
Coralite v0.18.5 is a maintenance release focused on fixing a critical CSS build issue in coralite-scripts, ensuring consistent output during the build process.
Bug Fixes #
- Fixed a bug in the
coralite-scriptsbuild system that prevented correct processing oftype: 'css'stylesheets. Prior to this fix, CSS files were not being compiled or output correctly, even when configured in the build settings. - The fix introduces a dedicated
buildCSSfunction from../libs/build-css.jsto handle raw CSS files, including support for plugins via thecssPluginsconfiguration option. - Build logic now properly distinguishes between Sass/SCSS and plain CSS inputs, ensuring that each is processed with the appropriate compiler—Sass for
sassorscsstypes, and the newbuildCSSfunction forcsstype.
Chores #
- Upgraded
coralite-scriptsto version 0.18.5 to include recent improvements and bug fixes.
Get the release #
npm install coralite@0.18.5
For a full list of changes, view the v0.18.5 changelog on Codeberg.
