Fixing Bugs Related to Skews
Before we get into that functionality, what I would like to do is get rid of one of these skews.
Guide Tasks
  • Read Tutorial
  • Watch Guide Video
Video locked
This video is viewable to users with a Bottega Bootcamp license

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.

large

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.

large

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.

large

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.

large

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.

Resources