SquishIt.NSass by Josh Kodroff, Alex Ullrich

<PackageReference Include="SquishIt.NSass" Version="0.9.7" />

 SquishIt.NSass 0.9.7

Adds SCSS processing capability to SquishIt. Can compile .scss files using the NSass wrapper around the libsass C library. Use this package if you require faster or more up to date SCSS support and don't need to support the legacy SASS file extension.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>SquishIt.NSass</id>
    <version>0.9.7</version>
    <authors>Josh Kodroff, Alex Ullrich</authors>
    <owners>Justin Etheredge, Alex Ullrich</owners>
    <licenseUrl>https://github.com/jetheredge/SquishIt/blob/master/license.txt</licenseUrl>
    <projectUrl>https://github.com/jetheredge/SquishIt</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Adds SCSS processing capability to SquishIt. Can compile .scss files using the NSass wrapper around the libsass C library.
      Use this package if you require faster or more up to date SCSS support and don't need to support the legacy SASS file extension.</description>
    <dependencies>
      <dependency id="SquishIt" version="0.9.7" />
      <dependency id="NSass.Core" version="0.0.3.0" />
      <dependency id="WebActivator" version="1.4" />
    </dependencies>
  </metadata>
</package>