<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
5. Mixins Fact (Task 1)
<In what way does your code behave incorrectly? Include ALL error messages.>
I have just put in the code under .back
but cannot see where it went wrong.
The screen keeps on returning this message:
Cannot read property ‘1’ of null
.back {
@include transform(rotatey(-180deg));
z-index: 1;
word-wrap: break-word;
line-height: 1.6;
.definition {
width: 100%;
height: 100%;
.photo {
width: 60%;
margin: 0px auto;
}
}
}
}