🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More
Socket
Sign inDemoInstall
Socket

sass-embedded-linux-musl-arm64

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-embedded-linux-musl-arm64 - npm Package Versions

2345

1.86.3

Diff
sassbot
published 1.86.3 •

Changelog

Source

1.86.3

  • Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a .. segment.
sassbot
published 1.86.2 •

Changelog

Source

1.86.2

  • No user-visible changes.
sassbot
published 1.86.1 •

Changelog

Source

1.86.1

  • Improve the performance of file: URL case canonicalization on Windows and Mac OS.
sassbot
published 1.86.0 •

Changelog

Source

1.86.0

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API

  • Increase the minimum Dart SDK to 3.6.0.
sassbot
published 1.85.1 •

Changelog

Source

1.85.1

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.
sassbot
published 1.85.0 •

Changelog

Source

1.85.0

  • No longer fully trim redundant selectors generated by @extend. This caused unacceptable performance issues for certain heavy users of @extend. We'll try to find a more performant way to accomplish it in the future.
sassbot
published 1.83.4 •

Changelog

Source

1.83.4

  • No user-visible changes.
sassbot
published 1.83.3 •

Changelog

Source

1.83.3

  • No user-visible changes.
sassbot
published 1.83.2 •

Changelog

Source

1.83.2

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.

sassbot
published 1.83.1 •

Changelog

Source

1.83.1

  • Fix a bug where --quiet-deps would get deactivated for @content blocks, even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine what to pass to --silence-deprecation or --fatal-deprecation.