Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sass

Package Overview
Dependencies
Maintainers
4
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass - npm Package Versions

1
28

1.24.3

Diff

Changelog

Source

1.24.3

Command Line Interface

  • Fix a bug where sass --version would crash for certain executable distributions.
sassbot
published 1.24.2 •

Changelog

Source

1.24.2

JavaScript API

  • Fix a bug introduced in the previous release that prevented custom importers in Node.js from loading import-only files.
sassbot
published 1.24.1 •

Changelog

Source

1.24.1

  • Fix a bug where the wrong file could be loaded when the same URL is used by both a @use rule and an @import rule.
sassbot
published 1.24.0 •

Changelog

Source

1.24.0

  • Add an optional with clause to the @forward rule. This works like the @use rule's with clause, except that @forward ... with can declare variables as !default to allow downstream modules to reconfigure their values.

  • Support configuring modules through @import rules.

sassbot
published 1.23.7 •

Changelog

Source

1.23.7

  • No user-visible changes
sassbot
published 1.23.6 •

Changelog

Source

1.23.6

  • No user-visible changes.
sassbot
published 1.23.5 •

Changelog

Source

1.23.5

  • Support inline comments in the indented syntax.

  • When an overloaded function receives the wrong number of arguments, guess which overload the user actually meant to invoke, and display the invalid argument error for that overload.

  • When @error is used in a function or mixin, print the call site rather than the location of the @error itself to better match the behavior of calling a built-in function that throws an error.

sassbot
published 1.23.3 •

Changelog

Source

1.23.3

  • Fix a bug where selectors were being trimmed over-eagerly when @extend crossed module boundaries.
sassbot
published 1.23.2 •

Changelog

Source

1.23.2

Command-Line Interface

  • Fix a bug when compiling all Sass files in a directory where a CSS file could be compiled to its own location, creating an infinite loop in --watch mode.

  • Properly compile CSS entrypoints in directories outside of --watch mode.

sassbot
published 1.23.1 •

Changelog

Source

1.23.1

  • Fix a bug preventing built-in modules from being loaded within a configured module.

  • Fix a bug preventing an unconfigured module from being loaded from within two different configured modules.

  • Fix a bug when meta.load-css() was used to load some files that included media queries.

  • Allow saturate() in plain CSS files, since it can be used as a plain CSS filter function.

  • Improve the error messages for trying to access functions like lighten() from the sass:color module.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc