Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
61,435
Downloads of v 1.12.0:
226
Last Update:
15 Aug 2018
Package Maintainer(s):
Software Author(s):
- Natalie Weizenbaum
Tags:
css preprocessor style sass- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Sass
This is not the latest version of Sass available.
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
61,435
Downloads of v 1.12.0:
226
Software Author(s):
- Natalie Weizenbaum
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Sass 1.12.0
This is not the latest version of Sass available.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
This is failing verification because it depends on a pre-release package, and is broken by https://github.com/chocolatey/choco/issues/1575. Please exempt it from verification until there's a stable version of Dart 2 that it can use.
To install Sass, run the following command from the command line or from PowerShell:
To upgrade Sass, run the following command from the command line or from PowerShell:
To uninstall Sass, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download sass --internalize --version=1.12.0 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade sass -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade sass -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure sass installed
win_chocolatey:
name: sass
state: present
version: 1.12.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'sass' do
action :install
version '1.12.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: sass,
Version: 1.12.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller sass
{
Name = 'sass'
Ensure = 'Present'
Version = '1.12.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sass':
provider => 'chocolatey',
ensure => '1.12.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install sass version="1.12.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 15 Aug 2018.
Sass makes CSS fun again. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
This package is Dart Sass, the new Dart implementation of Sass.
Generate-BinFile "sass" "$packageFolder\tools\sass.bat"
Remove-BinFile "sass" "$packageFolder\tools\sass.bat"
@echo off
REM Copyright 2017 Google Inc. Use of this source code is governed by an
REM MIT-style license that can be found in the LICENSE file or at
REM https://opensource.org/licenses/MIT.
set SCRIPTPATH=%~dp0
set arguments=%*
dart.exe --no-preview-dart-2 "-Dversion=1.12.0" "%SCRIPTPATH%\sass.dart.snapshot" %arguments%
Log in or click on link to see number of positives.
- sass.1.12.0.nupkg (efd478b8623f) - ## / 60
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Sass 1.32.5 | 136 | Wednesday, January 20, 2021 | Approved |
Sass 1.32.4 | 279 | Tuesday, January 12, 2021 | Approved |
Sass 1.32.2 | 223 | Thursday, January 7, 2021 | Approved |
Sass 1.32.1 | 22 | Wednesday, January 6, 2021 | Approved |
Sass 1.32.0 | 252 | Wednesday, December 30, 2020 | Approved |
Sass 1.30.0 | 620 | Friday, December 4, 2020 | Approved |
Sass 1.29.0 | 757 | Thursday, November 5, 2020 | Approved |
Sass 1.28.0 | 275 | Thursday, October 29, 2020 | Approved |
Sass 1.27.2 | 90 | Thursday, October 29, 2020 | Approved |
Sass 1.27.1 | 153 | Wednesday, October 28, 2020 | Approved |
Sass 1.26.0-test2 | 287 | Friday, February 14, 2020 | Approved |
Sass 1.26.0-test1 | 95 | Saturday, February 8, 2020 | Approved |
Sass 1.25.0 | 10621 | Friday, January 17, 2020 | Approved |
Sass 1.24.5 | 212 | Thursday, January 16, 2020 | Approved |
Sass 1.24.4 | 530 | Thursday, January 9, 2020 | Approved |
Sass 1.24.3 | 228 | Tuesday, January 7, 2020 | Approved |
Sass 1.24.0 | 897 | Friday, December 20, 2019 | Approved |
Sass 1.23.7 | 1401 | Tuesday, November 19, 2019 | Approved |
Sass 1.23.6 | 470 | Saturday, November 16, 2019 | Approved |
Sass 1.23.3 | 803 | Friday, November 1, 2019 | Approved |
Sass 1.23.2 | 164 | Wednesday, October 30, 2019 | Approved |
Sass 1.23.1 | 534 | Wednesday, October 23, 2019 | Approved |
Sass 1.23.0 | 1023 | Wednesday, October 2, 2019 | Approved |
Sass 1.23.0-modulebeta-1 | 190 | Tuesday, September 3, 2019 | Approved |
Sass 1.22.12 | 1043 | Wednesday, September 11, 2019 | Approved |
Sass 1.22.10 | 1357 | Friday, August 16, 2019 | Approved |
Sass 1.22.9 | 900 | Monday, July 29, 2019 | Approved |
Sass 1.22.8 | 367 | Wednesday, July 24, 2019 | Approved |
Sass 1.22.7 | 449 | Thursday, July 18, 2019 | Approved |
Sass 1.22.6 | 198 | Wednesday, July 17, 2019 | Approved |
Sass 1.22.5 | 247 | Monday, July 15, 2019 | Approved |
Sass 1.22.4 | 301 | Friday, July 12, 2019 | Approved |
Sass 1.22.3 | 526 | Thursday, July 4, 2019 | Approved |
Sass 1.22.2 | 383 | Monday, July 1, 2019 | Approved |
Sass 1.22.1 | 376 | Thursday, June 27, 2019 | Approved |
Sass 1.22.0 | 212 | Tuesday, June 25, 2019 | Approved |
Sass 1.21.0 | 960 | Thursday, June 6, 2019 | Approved |
Sass 1.20.3 | 437 | Friday, May 31, 2019 | Approved |
Sass 1.20.2 | 536 | Saturday, May 25, 2019 | Approved |
Sass 1.20.1 | 1001 | Friday, May 3, 2019 | Approved |
Sass 1.20.0 | 185 | Friday, May 3, 2019 | Approved |
Sass 1.19.0 | 717 | Friday, April 19, 2019 | Approved |
Sass 1.18.0 | 658 | Monday, April 8, 2019 | Approved |
Sass 1.17.4 | 395 | Wednesday, April 3, 2019 | Approved |
Sass 1.17.3 | 958 | Friday, March 15, 2019 | Approved |
Sass 1.17.2 | 1240 | Saturday, February 23, 2019 | Approved |
Sass 1.17.1 | 290 | Wednesday, February 20, 2019 | Approved |
Sass 1.17.0 | 973 | Monday, February 4, 2019 | Approved |
Sass 1.16.1 | 997 | Thursday, January 17, 2019 | Approved |
Sass 1.16.0 | 524 | Thursday, January 10, 2019 | Approved |
Sass 1.16.0-dev | 136 | Wednesday, January 9, 2019 | Approved |
Sass 1.15.3 | 403 | Friday, January 4, 2019 | Approved |
Sass 1.15.2 | 1093 | Friday, December 7, 2018 | Approved |
Sass 1.15.1 | 1097 | Friday, November 16, 2018 | Approved |
Sass 1.15.0 | 276 | Wednesday, November 14, 2018 | Approved |
Sass 1.14.3 | 1270 | Thursday, October 18, 2018 | Approved |
Sass 1.14.2 | 362 | Friday, October 12, 2018 | Approved |
Sass 1.14.1 | 811 | Thursday, September 27, 2018 | Approved |
Sass 1.14.0 | 434 | Wednesday, September 19, 2018 | Approved |
Sass 1.13.4 | 509 | Tuesday, September 11, 2018 | Approved |
Sass 1.13.3 | 152 | Tuesday, September 11, 2018 | Approved |
Sass 1.13.2 | 393 | Wednesday, September 5, 2018 | Approved |
Sass 1.13.1 | 429 | Saturday, September 1, 2018 | Approved |
Sass 1.13.0 | 693 | Friday, August 17, 2018 | Approved |
Sass 1.12.0 | 226 | Wednesday, August 15, 2018 | Approved |
Sass 1.11.0 | 274 | Monday, August 13, 2018 | Approved |
Sass 1.10.4 | 365 | Friday, August 10, 2018 | Approved |
Sass 1.10.3 | 207 | Friday, August 3, 2018 | Approved |
Sass 1.10.2 | 181 | Thursday, August 2, 2018 | Approved |
Sass 1.10.1 | 162 | Wednesday, July 25, 2018 | Approved |
Sass 1.10.0 | 190 | Wednesday, July 18, 2018 | Approved |
Sass 1.9.2 | 504 | Friday, July 13, 2018 | Approved |
Sass 1.9.1 | 179 | Wednesday, July 11, 2018 | Approved |
Sass 1.9.0 | 180 | Wednesday, July 4, 2018 | Approved |
Sass 1.8.0 | 197 | Saturday, June 30, 2018 | Approved |
Sass 1.7.3 | 184 | Thursday, June 28, 2018 | Approved |
Sass 1.7.2 | 186 | Wednesday, June 27, 2018 | Approved |
Sass 1.7.1 | 188 | Monday, June 25, 2018 | Approved |
Sass 1.7.0 | 193 | Friday, June 22, 2018 | Approved |
Sass 1.6.2 | 193 | Wednesday, June 20, 2018 | Approved |
Sass 1.6.1 | 199 | Friday, June 15, 2018 | Approved |
Sass 1.6.0 | 170 | Thursday, June 14, 2018 | Approved |
Sass 1.5.1 | 175 | Friday, June 1, 2018 | Approved |
Sass 1.5.0 | 195 | Thursday, May 31, 2018 | Approved |
Sass 1.4.0 | 177 | Monday, May 28, 2018 | Approved |
Sass 1.3.2 | 203 | Friday, May 4, 2018 | Approved |
Sass 1.3.1 | 2811 | Thursday, May 3, 2018 | Approved |
Sass 1.3.0 | 467 | Thursday, April 26, 2018 | Approved |
Sass 1.2.1 | 447 | Thursday, April 19, 2018 | Approved |
Sass 1.2.0 | 389 | Saturday, April 14, 2018 | Approved |
Sass 1.1.1 | 848 | Wednesday, March 28, 2018 | Approved |
Sass 1.0.0 | 205 | Monday, March 26, 2018 | Approved |
Sass 1.0.0-rc1 | 237 | Friday, March 16, 2018 | Exempted |
Sass 1.0.0-beta5-3 | 231 | Tuesday, March 6, 2018 | Exempted |
Sass 1.0.0-beta5-2 | 232 | Monday, February 5, 2018 | Exempted |
Sass 1.0.0-beta5 | 270 | Saturday, February 3, 2018 | Exempted |
Sass 1.0.0-beta4 | 293 | Saturday, December 9, 2017 | Exempted |
Sass 1.0.0-beta3 | 232 | Saturday, December 9, 2017 | Exempted |
Sass 1.0.0-beta2 | 347 | Saturday, July 15, 2017 | Exempted |
Sass 1.0.0-beta1 | 288 | Monday, June 5, 2017 | Exempted |
Sass 1.0.0-alpha9 | 353 | Thursday, February 16, 2017 | Exempted |
Sass 1.0.0-alpha8 | 297 | Saturday, January 14, 2017 | Exempted |
Sass 1.0.0-alpha7 | 314 | Tuesday, January 10, 2017 | Exempted |
Copyright 2018 Google, Inc.
-
- dart-sdk (= 2.0.0)
Ground Rules:
- This discussion is only about Sass and the Sass package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Sass, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.