Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Sass 3.4 and SilverStripe 3.2/3.3 #19

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 1, 2016

  1. Allow calling methods

    minimalic committed May 1, 2016
    Configuration menu
    Copy the full SHA
    ba998b3 View commit details
    Browse the repository at this point in the history
  2. Sass versions

    'latest' as default, new option '3.4' for the latest 3.x version – maybe rename '3' to '3.2'? Users can change to alternative version in mystic/_config.php by e.g.:
    Compass::$sass_version = '3.4';
    minimalic committed May 1, 2016
    Configuration menu
    Copy the full SHA
    0f9b5a4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. skip modules

    nicer web view of dev/compass/rebuild by adding some <br>s
    skip silverstripe cms and framework for faster compiling – usually you never change silverstripe core files, if you're working on own web project
    minimalic committed May 2, 2016
    Configuration menu
    Copy the full SHA
    32bdb99 View commit details
    Browse the repository at this point in the history
  2. required Sass version

    how to choose required Sass version in projects _config.php
    minimalic committed May 2, 2016
    Configuration menu
    Copy the full SHA
    ee75483 View commit details
    Browse the repository at this point in the history