You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

sass

Package Overview
Dependencies
Maintainers
4
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous
1
26
Next

1.13.3

Diff

Changelog

Source

1.13.3

  • Properly generate source maps for stylesheets that emit @charset declarations.

Command-Line Interface

  • Don't error out when passing --embed-source-maps along with --embed-sources for stylesheets that contain non-ASCII characters.
sassbot
published 1.13.2 •

Changelog

Source

1.13.2

  • Properly parse :nth-child() and :nth-last-child() selectors with whitespace around the argument.

  • Don't emit extra whitespace in the arguments for :nth-child() and :nth-last-child() selectors.

  • Fix support for CSS hacks in plain CSS mode.

sassbot
published 1.13.1 •

Changelog

Source

1.13.1

  • Allow an IE-style single equals operator in plain CSS imports.
sassbot
published 1.13.0 •

Changelog

Source

1.13.0

  • Allow @extend to be used with multiple comma-separated simple selectors. This is already supported by other implementations, but fell through the cracks for Dart Sass until now.

  • Don't crash when a media rule contains another media rule followed by a style rule.

sassbot
published 1.12.0 •

Changelog

Source

1.12.0

Dart API

  • Add a SassException type that provides information about Sass compilation failures.

Node JS API

  • Remove the source map comment from the compiled JS. We don't ship with the source map, so this pointed to nothing.
sassbot
published 1.11.0 •

Changelog

Source

1.11.0

  • Add support for importing plain CSS files. They can only be imported without an extension—for example, @import "style" will import style.css. Plain CSS files imported this way only support standard CSS features, not Sass extensions.

    See [the proposal][css-import] for details.

  • Add support for CSS's min() and max() [math functions][]. A min() and max() call will continue to be parsed as a Sass function if it involves any Sass-specific features like variables or function calls, but if it's valid plain CSS (optionally with interpolation) it will be emitted as plain CSS instead.

    See [the proposal][css-min-max] for details.

  • Add support for range-format media features like (10px < width < 100px). See [the proposal][media-ranges] for details.

  • Normalize escape codes in identifiers so that, for example, éclair and \E9clair are parsed to the same value. See [the proposal][identifier-escapes] for details.

  • Don't choke on a [byte-order mark][] at the beginning of a document when running in JavaScript.

Command-Line Interface

  • The --watch command now continues to recompile a file after a syntax error has been detected.

Dart API

  • Added a Syntax enum to indicate syntaxes for Sass source files.

  • The compile() and compileAsync() functions now parse files with the .css extension as plain CSS.

  • Added a syntax parameter to compileString() and compileStringAsync().

  • Deprecated the indented parameter to compileString() and compileStringAsync().

  • Added a syntax parameter to new ImporterResult() and a ImporterResult.syntax getter to set the syntax of the source file.

  • Deprecated the indented parameter to new ImporterResult() and the ImporterResult.indented getter in favor of syntax.

sassbot
published 1.10.4 •

Changelog

Source

1.10.4

Command-Line Interface

  • Fix a Homebrew installation failure.
sassbot
published 1.10.3 •

Changelog

Source

1.10.3

Command-Line Interface

  • Run the Chocolatey script with the correct arguments so it doesn't crash.
sassbot
published 1.10.2 •

Changelog

Source

1.10.2

  • No user-visible changes.
sassbot
published 1.10.1 •

Changelog

Source

1.10.1

Node JS API

  • Don't crash when passing both includePaths and importer.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc