Skip to content

Commit

Permalink
fix extends
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Nov 20, 2024
1 parent 0d43fcd commit cd65638
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles/_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@
}

.layout-grid {
@extend .layout-block, .grid;
@extend .layout-block;
@extend .grid;
}
.layout-grid-inner {
@extend .layout-block-inner, .grid;
@extend .layout-block-inner;
@extend .grid;
}

1 comment on commit cd65638

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚡️ Lighthouse report for the changes in this commit:

🟠 Performance: 78
🟢 Accessibility: 90
🟢 Best practices: 96
🟠 SEO: 63

Lighthouse ran on https://satus-i61pmw5rg-darkroom-engineering.vercel.app/

Please sign in to comment.