paperdigits / middleman-foundation-6

A minimal Middleman project template using ZURB Foundation 6
21 stars 9 forks source link

Why depend on Compass? #9

Open asecondwill opened 7 years ago

asecondwill commented 7 years ago

I don't think Foundation6 relies on compass anymore.

I'd like to try to use sassc / lib sass to compile my stylesheets as running through foundation on page-reload is v slow with the standard ruby. I don't think SassC and compass play well together.

asecondwill commented 7 years ago

compass isn't actively maintained apparently, and midleman has dropped it....

https://github.com/middleman/middleman/commit/8e6aba9d44f40d47352b41e89475c2ed92b93807

paperdigits commented 7 years ago

@asecondwill I'd welcome a pull request that implements your suggestions!