Skip to content

Commit

Permalink
fixing nested rules
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 17, 2024
1 parent 9df8789 commit d5d05f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ raqn-hero {
--hero-color: var(--scope-color, white);
--hero-grid-template-columns: 1fr;
--hero-hero-order: 0;
--hero-padding-block: 40px;
--hero-padding-block: var(--scope-hero-padding-block, 40px);

background-color: var(--hero-background-color);
color: var(--hero-color);
Expand Down

0 comments on commit d5d05f7

Please sign in to comment.