Commit e3ecf53
@import rules inside @layer blocks are invalid CSS and get ignored by
browsers at runtime. This caused components.css and figures.css to never
load, rendering the WhitepaperHero SVG as a solid black rectangle.
Move both imports to the top of style.css using the layered import
syntax (@import '...' layer(components)) which is the correct way to
assign imported styles to a cascade layer.
Generated with [Devin](https://cli.devin.ai/docs)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 53259cc commit e3ecf53
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
544 | 548 | | |
545 | 549 | | |
546 | 550 | | |
547 | | - | |
548 | | - | |
549 | | - | |
| 551 | + | |
550 | 552 | | |
551 | 553 | | |
552 | 554 | | |
| |||
0 commit comments