Skip to content

Tags: bartb829/dart-sass

Tags

1.32.8

Toggle 1.32.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds RenderOptions to the context of custom functions. (sass#1236)

1.32.7

Toggle 1.32.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow the null safety release of stream_transform (sass#1223)

1.32.6

Toggle 1.32.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request sass#1217 from Mstrodl/patch-5

Bump version

1.32.5

Toggle 1.32.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request sass#1208 from sass/node-api-bugs

Fix a few Node.js API bugs

1.32.4

Toggle 1.32.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request sass#1198 from sass/deploy

Fix some deployment infrastructure

1.32.3

Toggle 1.32.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the expected format for GitHub refs (sass#1197)

1.32.2

Toggle 1.32.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Print the values of deprecated numbers passed to color functions (sas…

…s#1184)

See sass#1174

1.32.1

Toggle 1.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid permissions errors in _realCasePath. (sass#1181)

This catches permissions errors and treats them as indicating that the
path component we have so far is canonical. This also improves the
efficiency of case matching by caching results for higher directories.

1.32.0

Toggle 1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request sass#1175 from sass/angle-units

Deprecate incorrect HSL units

1.31.0

Toggle 1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for clamp() as a special math function (sass#1168)

Closes sass#1146
See sass/sass#2860