Skip to content

Instantly share code, notes, and snippets.

View homeyer's full-sized avatar

Andrew Homeyer homeyer

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)