Skip to content

Commit

Permalink
Merge pull request #8507 from cfpb/ans_remove_var
Browse files Browse the repository at this point in the history
Charts: Remove `@font-size` variable that is used on the next line
  • Loading branch information
anselmbradford authored Jul 11, 2024
2 parents 000011a + 06ca286 commit fbb18d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cfgov/unprocessed/css/on-demand/chart.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
padding-top: unit(15px / @base-font-size-px, em);
margin-top: unit(30px / @base-font-size-px, em);
color: var(--black);
@font-size: 12px;
font-size: unit(@font-size / @base-font-size-px, em);
font-size: unit(12px / @base-font-size-px, em);
}

0 comments on commit fbb18d1

Please sign in to comment.