Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Feb 21, 2024
1 parent 9b6a418 commit 7be6557
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tokens/deliverables/administration/dark.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[data-theme="dark"] {
[data-theme='dark'] {
--color-interaction-primary-default: #0870ff;
--color-interaction-primary-hover: #0042a0;
--color-interaction-primary-disabled: #76aaff;
Expand Down
4 changes: 3 additions & 1 deletion packages/tokens/src/GenerateArtifacts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,9 @@ test('creates a CSS file for the primitive Design Tokens', async () => {
await subject.execute();

// THEN
const result = fileSystem.readFile('./deliverables/foundation/primitives.css');
const result = fileSystem.readFile(
'./deliverables/foundation/primitives.css',
);

expect(result).toMatchInlineSnapshot(`
":root {
Expand Down

0 comments on commit 7be6557

Please sign in to comment.