10 lines
109 B
CSS
10 lines
109 B
CSS
|
@import "tailwindcss";
|
||
|
|
||
|
* {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
html, body, #root {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|