Files
angular-challenges/apps/testing/todos-list/src/styles.scss
2023-10-18 14:08:57 +02:00

14 lines
246 B
SCSS

@tailwind base;
@tailwind components;
@tailwind utilities;
/* You can add global styles to this file, and also import other style files */
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, 'Helvetica Neue', sans-serif;
}