Skip to content

Commit

Permalink
Remove SCSS debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 11, 2023
1 parent e2e559e commit ab8fddb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/nationalarchives/variables/_colour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ $colour-palette-brand: (

@function hex-to-rgb($hex, $opacity: 1) {
@if $opacity == 1 {
@debug ($hex);
@debug (red($hex));
@debug (green($hex));
@debug (blue($hex));
@return rgb(red($hex) green($hex) blue($hex));
} @else {
@return rgb(red($hex) green($hex) blue($hex) / #{$opacity});
Expand Down

0 comments on commit ab8fddb

Please sign in to comment.