A CSS formatter plugin for fis3 build tool, based on stylefmt. Version 2.0.0 is stable. It formats CSS, SCSS, Less, and SSS files within fis3 pipelines. Use it as a postprocessor in fis3 configuration. The package has low maintenance cadence as stylefmt is deprecated in favor of stylelint. Key differentiator: integrates stylefmt directly into fis3 builds, simplifying formatting setup.
npm install fis3-postprocessor-stylefmtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the stylefmt plugin in fis3 to format CSS/SCSS/Less/SSS files during build.
Consider migrating to stylelint with --fix option for CSS formatting.
Use npm install --global fis3-postprocessor-stylefmt or npm install --save-dev fis3-postprocessor-stylefmt and ensure it's in node_modules.
Ensure only one postprocessor is applied per file type to avoid conflicts.
Run npm install --global fis3-postprocessor-stylefmt and ensure fis3 can find global modules.
Ensure the code is inside fis-conf.js and fis3 is required/imported correctly.