Skip to content

Commit

Permalink
chore: remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Apr 24, 2024
1 parent 83ec796 commit eb07d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/core/styles/global.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use './_index' as sbb;

// @use './normalize'; // TODO: enable again
@use './normalize';
@use './core';
@use './typography';
@use './a11y';
Expand Down
7 changes: 1 addition & 6 deletions web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ const testRunnerHtml = (testFramework, _config, group) => `
<!DOCTYPE html>
<html>
<head>
<style type="text/css">${renderStyles()}
body {
margin: 0; /* Remove the margin in all browsers. // TODO: remove again (testing) */
}
</style>
<style type="text/css">${renderStyles()}</style>
<script>
globalThis.testEnv = '${isDebugMode ? 'debug' : ''}';
globalThis.testGroup = '${groupNameOverride ?? group?.name ?? 'default'}';
Expand Down

0 comments on commit eb07d94

Please sign in to comment.