No commit activity in last 3 years
No release in over 3 years
This gem lets you use SassC with Middleman 4 and Sprockets 3.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10

Runtime

< 5, >= 4.0.0
< 2, >= 1.7
< 2, >= 1.1
 Project Readme

SassC for Middleman 3

This gem lets you use SassC with Middleman 3 by monkey patching relevant sass tilt templates. (Middleman 4 supports SassC out of box.)

Installation

In Gemfile:

gem 'middleman3-sassc', '~> 0.0.1'

In config.rb:

activate :sassc

How do I know if it’s SassC compiling my sass files?

There are a few ways to tell:

  • Sass compilation will be noticeably faster, especially for large projects.
  • SassC does not support Compass, so @import "compass" will fail.
  • SassC currently only supports Sass syntax up to 3.2. Using new features will fail.

License

The gem is available as open source under the terms of the MIT License.