A semantic version of the compiler.
Constructs a new version.
All components must be non-negative integers.
The major version.
The minor version.
The patch version.
Readonly
Static
Parses a version from a string.
This throws an error if a valid version can't be parsed.
A string in the form "major.minor.patch".
© 2006–2025 the Sass team, and numerous contributorsLicensed under the MIT License. https://sass-lang.com/documentation/js-api/classes/Version
A semantic version of the compiler.