- Read Tutorial
- Watch Guide Video
I realized that we extended this one right here to over here so we don't even need the first one. The big block that we put here.
Let's go into our code, and let's go to app.js. Let's scroll down, and I believe it is this first one. Let's just comment that out, and then see if it's gone.
Let's go to the localhost, and you'll see that it still has the skew. We can get rid of this div entirely, and get rid of the CSS for it. Let's go over to clippaths.scss. Let's get rid of skew-dark-one-box
.
Now what we need to do is check it. It looks good, and then we hit generate. We are obviously going to change this in a future guide, but I want to skew it a little bit just for now. Let's head over to our code, go into changeDate.scss, and let's rotate it back to about to about -70deg
.
We'll just leave it like that for now, so that's all for this video. I just wanted to take care of a few things. Let's move on into the functionality now.