You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When my html looks like this:
And my SCSS like this:
Animations work but I get these warnings:
Is this expected?
The text was updated successfully, but these errors were encountered: