Skip to content

Commit 526986a

Browse files
committed
Rename uui-root.css to uui-font.css
1 parent 4a1fbe3 commit 526986a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
@import './typography/lato.css';
2+
13
.uui-root {
24
font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
35
font-size: 15px;
46
line-height: calc(var(--uui-size-2) * 4);
57
-webkit-font-smoothing: antialiased;
6-
font-smoothing: antialiased;
78
}

packages/uui-css/rollup.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { UUIProdConfig } from '../rollup-package.config';
22

33
export default UUIProdConfig({
4-
namespace: 'UUICSS',
54
entryPoints: ['index'],
6-
cssFiles: ['uui-root', 'uui-text'],
5+
cssFiles: ['uui-font', 'uui-text'],
76
});

0 commit comments

Comments
 (0)