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

Require support-for in config.rb #30

Merged
merged 1 commit into from
Feb 28, 2016

Conversation

riton
Copy link
Contributor

@riton riton commented Jan 4, 2016

This should fix #29 .

Full compilation output:

$ compass compile
    write assets/css/ie.css
DEPRECATION WARNING on line 87 of /home/nobody/.gem/ruby/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('"$moz-"#{$experimental-support-for-mozilla} "$webkit-"#{$experimental-support-for-webkit} "$opera-"#{$experimental-support-for-opera} "$microsoft-"#{$experimental-support-for-microsoft} "$khtml-"#{$experimental-support-for-khtml}')

You can use the sass-convert command to automatically fix most cases.

DEPRECATION WARNING on line 92 of /home/nobody/.gem/ruby/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}')

You can use the sass-convert command to automatically fix most cases.

DEPRECATION WARNING on line 70 of /home/nobody/.gem/ruby/gems/susy-2.2.9/sass/susy/output/support/_support.scss: #{} interpolation near operators will be simplified
in a future version of Sass. To preserve the current behavior, use quotes:

  unquote("#{$_type}-exists")

    write assets/css/style.css

* require `support-for` in `config.rb`
brianmaierjr added a commit that referenced this pull request Feb 28, 2016
Require `support-for` in `config.rb`
@brianmaierjr brianmaierjr merged commit ee146c8 into brianmaierjr:master Feb 28, 2016
stevenocchipinti pushed a commit to stevenocchipinti/2016-CookIslands-Rarotonga-Blog that referenced this pull request Dec 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compass compile can't find support-for
2 participants