Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nanoc-dart-sass

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanoc-dart-sass

  • 1.0.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

nanoc-dart-sass

This provides a filter that allows Nanoc to process content via Dart Sass.

This filter offers similar functionality to Nanoc’s built-in :sass filter. The built-in :sass filter, however, uses the Ruby Sass implementation, which has reached end of life.

Installation

Add nanoc-dart-sass to the nanoc group of your Gemfile:

group :nanoc do
  gem 'nanoc-dart-sass'
end

Usage

Call the :dart_sass filter. For example:

filter :dart_sass

Options passed to this filter will be passed on to Dart Sass. For example:

filter :dart_sass, syntax: 'scss'
filter :dart_sass, syntax: 'scss'

FAQs

Package last updated on 04 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc