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

deprecation fix: use new SCSS syntax #2088

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from

Commits on Jun 8, 2016

  1. deprecation fix: use new SCSS syntax

    Fixes deprecation warning with SASS and Compass#2052
    
    ```
    DEPRECATION WARNING on line 92 of /Users/mattheworiordan/.rvm/gems/ruby-2.2.2/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-support.scss: #{} interpolation near operators will be simplified
    in a future version of Sass. To preserve the current behavior, use quotes:
    
      unquote('"$ie6-"#{$legacy-support-for-ie6} "$ie7-"#{$legacy-support-for-ie7} "$ie8-"#{$legacy-support-for-ie8}')
    ```
    mattheworiordan committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    3861c9d View commit details
    Browse the repository at this point in the history