Skip to content

Commit

Permalink
Removed altinn-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Apr 8, 2024
1 parent ca18e72 commit 5f6ffa0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
"prettier.prettierPath": "./node_modules/prettier",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"cssvar.files": [
"node_modules/@altinn/figma-design-tokens/dist/tokens.css",
"packages/theme/brand/digdir/tokens.css"
],
"cssvar.files": ["packages/theme/brand/digdir/tokens.css"],
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
Expand Down
1 change: 0 additions & 1 deletion apps/storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"types": "tsc --noEmit"
},
"dependencies": {
"@altinn/figma-design-tokens": "^6.0.1",
"@digdir/designsystemet-css": "0.2.3",
"@digdir/designsystemet-react": "0.55.0",
"@digdir/designsystemet-theme": "0.15.0",
Expand Down
1 change: 0 additions & 1 deletion apps/storefront/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'normalize.css/normalize.css';
import '@altinn/figma-design-tokens/dist/tokens.css';
import '@digdir/designsystemet-theme/brand/digdir/tokens.css';
import '@digdir/designsystemet-css';

Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19263,7 +19263,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "storefront@workspace:apps/storefront"
dependencies:
"@altinn/figma-design-tokens": "npm:^6.0.1"
"@digdir/designsystemet-css": "npm:0.2.3"
"@digdir/designsystemet-react": "npm:0.55.0"
"@digdir/designsystemet-theme": "npm:0.15.0"
Expand Down

0 comments on commit 5f6ffa0

Please sign in to comment.