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

Warning and Deprecation Warnings? #1

Open
rsparrow opened this issue Aug 25, 2014 · 0 comments
Open

Warning and Deprecation Warnings? #1

rsparrow opened this issue Aug 25, 2014 · 0 comments

Comments

@rsparrow
Copy link

When my html looks like this:

<div>

  <div class="carousel-container" >
    <k2-Carousel id="carousel"></k2-Carousel> 
  </div>

  <div class="menu-container" height="100%" >
    <k2-menu id="menu"></k2-menu>  
  </div>

</div>

And my SCSS like this:

.menu-container {
    @include slideInRight('default');
}


.carousel-container {
    @include fadeIn(); 
}

Animations work but I get these warnings:

Running "sass:server" (sass) task
WARNING: The string to be replaced is contained in the new string. Infinite recursion avoided.
         on line 39 of client/bower_components/Tombek.animate.scss/source/mixins.scss, in `slideInRight'
         from line 25 of client/app/main/main.scss
         from line 36 of client/app/app.scss

WARNING: The string to be replaced is contained in the new string. Infinite recursion avoided.
         on line 39 of client/bower_components/Tombek.animate.scss/source/mixins.scss, in `slideInRight'
         from line 25 of client/app/main/main.scss
         from line 36 of client/app/app.scss

DEPRECATION WARNING: The return value of index() will change from "false" to
"null" in future versions of Sass. For compatibility, avoid using "== false" on
the return value. For example, instead of "@if index(...) == false", just write
"@if not index(...)".
        on line  of client/bower_components/Tombek.animate.scss/source/mixins.scss, in `create-animation'
        from line 6 of client/bower_components/Tombek.animate.scss/source/sliders/slideInRight.scss, in `slideInRight'
        from line 25 of client/app/main/main.scss
        from line 36 of client/app/app.scss
WARNING: The string to be replaced is contained in the new string. Infinite recursion avoided.
         on line 39 of client/bower_components/Tombek.animate.scss/source/mixins.scss, in `fadeIn'
         from line 30 of client/app/main/main.scss
         from line 36 of client/app/app.scss

WARNING: The string to be replaced is contained in the new string. Infinite recursion avoided.
         on line 39 of client/bower_components/Tombek.animate.scss/source/mixins.scss, in `fadeIn'
         from line 30 of client/app/main/main.scss
         from line 36 of client/app/app.scss

Is this expected?

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

No branches or pull requests

1 participant