Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 4, 2023
1 parent da36c50 commit 7c3f8b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion apps/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"output": "assets/taiga-ui/icons"
}
],
"styles": ["apps/demo/src/styles.less", "node_modules/@taiga-ui/core/styles/taiga-ui-theme.less"],
"styles": ["node_modules/@taiga-ui/core/styles/taiga-ui-theme.less", "apps/demo/src/styles.less"],
"scripts": [],
"server": "apps/demo/src/main.server.ts",
"prerender": {
Expand Down
21 changes: 0 additions & 21 deletions apps/demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,6 @@
sizes="16x16"
type="image/png"
/>
<link
crossorigin
href="https://fonts.googleapis.com"
rel="preconnect"
/>
<link
crossorigin
href="https://fonts.gstatic.com"
rel="preconnect"
/>
<link
as="style"
crossorigin="anonymous"
href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;800&display=swap"
rel="prefetch"
/>
<link
crossorigin="anonymous"
href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<app></app>
Expand Down
5 changes: 4 additions & 1 deletion apps/demo/src/styles.less
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
@import '@taiga-ui/styles/taiga-ui-global.less';

* {
font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

html,
body {
margin: 0;
padding: 0;
overflow: hidden;
font: var(--tui-font-text-m);
color: var(--tui-text-01);
}

Expand Down

0 comments on commit 7c3f8b3

Please sign in to comment.