Skip to content

Commit

Permalink
🔧 chore(_config.scss): Fail fast if we receive an invalid viewport fl…
Browse files Browse the repository at this point in the history
…ag key
  • Loading branch information
Spiderpig86 committed Jun 2, 2024
1 parent ea038be commit d0415c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ $z-indexes: functions.get-with-extend($all-config, z-index);
@return throw.error(
$message: '[get-viewport-flag] Unknown constant `#{$name}`.',
$source: 'get-viewport-flag()',
$catch: true
$catch: false
);
}

Expand Down

0 comments on commit d0415c2

Please sign in to comment.