Skip to content

Instantly share code, notes, and snippets.

View jkneb's full-sized avatar

Julien Knebel jkneb

View GitHub Profile
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)