Skip to content

a question #20

@kissshot

Description

@kissshot

==============screen.scss===================
@import "compass/reset";
@import "animation";

@include keyframes(my-animation) {
0%, 100% {
background-color: blue;
}
50% {
background-color: red;
}
};

body {
@include animation(my-animation 10s infinite);
}

=============screen.css==================================
Error: Undefined variable: "$experimental-support-for-mozilla".
on line 39 of D:/compass/test/sass/screen.scss, in `keyframes'
from line 9 of D:/compass/test/sass/screen.scss

I don't konw why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions