canirequire › Dual (CommonJS + ESM) › sass
Is sass ESM-only? Can you require() it?
A pure JavaScript implementation of Sass.
Last verified Sep 9, 2026 against sass@1.104.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
sass publishes both a CommonJS entry and a native ESM entry (ESM added in 1.63.3). require("sass") and import "sass" both work on every supported Node.js version and in Bun.
Does sass@1.104.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("sass") from a CommonJS file and import "sass" from an ES module.
| Runtime | require("sass") | import "sass" |
|---|---|---|
| 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 sass
ES modules (import)
import sass from "sass";CommonJS (require)
const sass = require("sass");Module format by version
Derived from the type, main and exports fields of every stable release on npm (308 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 1.80.0 – 1.104.0 | Dual (CommonJS + ESM) | Oct 17, 2024 |
Frequently asked
Is sass ESM-only?
sass@1.104.0 ships CommonJS and ESM builds. sass publishes both a CommonJS entry and a native ESM entry (ESM added in 1.63.3). require("sass") and import "sass" both work on every supported Node.js version and in Bun.
Can I require sass?
Yes. sass ships a CommonJS entry, so require("sass") works on every Node.js version, alongside the native ESM entry for import.
Does sass work in Bun?
Yes. import "sass" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does sass ship TypeScript types?
Yes. sass 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
- handlebars 4.7.9CommonJS
- reflect-metadata 0.2.2CommonJS
- deep-equal 2.2.3CommonJS
- got 16.0.0ESM-only
- markdown-it 15.0.1Dual
- aggregate-error 5.0.0ESM-only
- js-cookie 3.0.8Dual
- @reduxjs/toolkit 2.12.0Dual