Skip to content

Commit 121e5ec

Browse files
committed
fix(html): Correct $border-radius variable name
1 parent 56491fa commit 121e5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/formats/html/_quarto-rules.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ div.ansi-escaped-output {
587587
--quarto-text-muted: #{$text-muted};
588588
--quarto-border-color: #{$table-border-color};
589589
--quarto-border-width: #{$border-width};
590-
--quarto-border-radius: #{if($enable-rounded == true, $border-rounded, 0)};
590+
--quarto-border-radius: #{if($enable-rounded == true, $border-radius, 0)};
591591
}
592592

593593
/* rules to support GT table styling */

0 commit comments

Comments
 (0)