🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

sass-embedded-android-arm

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-embedded-android-arm - npm Package Versions

2345

1.89.0

Diff
sassbot
published 1.89.0 •

Changelog

Source

1.89.0

  • Allow the Node package importer to load files even when there are multiple potential resolutions, as long as those resolutions all point to the same file.
sassbot
published 1.88.0 •

Changelog

Source

1.88.0

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs

  • Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.

Dart API

  • Deprecate passing a relative URL to compileString() and related functions.
sassbot
published 1.87.0 •

Changelog

Source

1.87.0

  • Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector & is loaded into a nested Sass context via meta.load-css() or @import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.
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.