I have a page in a sub folder calling that works fine until i include style.css then it gives a blank page.
I've narrowed it down to the code below. when the code below is not included in style.css the page loads fine. When it is included its just a blank page.
Help please.
/* ----------------------------------------------------------------
Page Transitions
-----------------------------------------------------------------*/
body:not(.no-transition) #wrapper,
.animsition-overlay {
position: relative;
opacity: 0;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
