An esbuild plugin that combines SASS/SCSS compilation and PostCSS processing in one step. Current version is 0.0.6, with infrequent updates. It differentiates from standalone SASS and PostCSS setups by providing an esbuild-native plugin interface, avoiding separate build steps. Likely unstable due to early version and lack of tests.
npm install esbuild-postsassNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Simple esbuild build with sass and postcss processing enabled via the plugin.
Use only for experimentation or pin to exact version.
Test thoroughly in your project before production use.
Install manually: npm i -D sass postcss
npm install esbuild-postsass --save-dev
Use import { postsass } from 'esbuild-postsass'