canirequire › Dual (CommonJS + ESM) › postcss-scss
Is postcss-scss ESM-only? Can you require() it?
SCSS parser for PostCSS
Last verified Sep 9, 2026 against postcss-scss@4.0.9. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
postcss-scss publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("postcss-scss") and import "postcss-scss" both work on every supported Node.js version and in Bun.
Does postcss-scss@4.0.9 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("postcss-scss") from a CommonJS file and import "postcss-scss" from an ES module.
| Runtime | require("postcss-scss") | import "postcss-scss" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import postcss-scss
ES modules (import)
import postcssScss from "postcss-scss";CommonJS (require)
const postcssScss = require("postcss-scss");Module format by version
Derived from the type, main and exports fields of every stable release on npm (42 versions; the newest 42 shown).
| Versions | Format | First published |
|---|---|---|
| 3.0.0 – 4.0.9 | Dual (CommonJS + ESM) | Sep 15, 2020 |
| 0.1.0 – 2.1.1 | CommonJS | Aug 19, 2015 |
Frequently asked
Is postcss-scss ESM-only?
postcss-scss@4.0.9 ships CommonJS and ESM builds. postcss-scss publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("postcss-scss") and import "postcss-scss" both work on every supported Node.js version and in Bun.
Can I require postcss-scss?
Yes. postcss-scss ships a CommonJS entry, so require("postcss-scss") works on every Node.js version, alongside the native ESM entry for import.
Does postcss-scss work in Bun?
Yes. import "postcss-scss" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does postcss-scss ship TypeScript types?
Yes. postcss-scss bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- canvas 3.2.3CommonJS
- zone.js 0.16.3CommonJS
- vue-tsc 3.3.11CommonJS
- bcrypt 6.0.0CommonJS
- babel-plugin-dynamic-import-node 2.3.3CommonJS
- file-saver 2.0.5CommonJS
- log4js 6.9.1CommonJS
- eslint-plugin-simple-import-sort 14.0.0CommonJS