Skip to content

Instantly share code, notes, and snippets.

@minsu
minsu / sass_converter.rb
Created January 30, 2012 14:26 — forked from wolfeidau/sass_converter.rb
Sass plugin for Jekyll
module Jekyll
# Sass plugin to convert .scss to .css
#
# Note: This is configured to use the new css like syntax available in sass.
require 'sass'
class SassConverter < Converter
safe true
priority :low
def matches(ext)