Skip to content

Commit ef55bbe

Browse files
committed
Don't use relative path to import tokens.css
1 parent 60f9a87 commit ef55bbe

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* Design Tokens
3-
*
3+
*
44
* This file imports CSS custom properties from the @duckduckgo/design-tokens package.
55
* The tokens provide a consistent color palette and semantic tokens for light/dark themes
66
* as well as theme variants (coolGray, slateBlue, green, violet, rose, orange, desert).
7-
*
7+
*
88
* All tokens use the `--ds-*` prefix (Design System).
9-
*
9+
*
1010
* @see https://dub.duckduckgo.com/duckduckgo/design-tokens
1111
*/
12-
@import url("../../../node_modules/@duckduckgo/design-tokens/build/desktop-browsers/tokens.css");
12+
@import url("@duckduckgo/design-tokens/build/desktop-browsers/tokens.css");

0 commit comments

Comments
 (0)