11 lines
229 B
CSS
11 lines
229 B
CSS
@import "tailwindcss/base";
|
|
@import "tailwindcss/components";
|
|
@import "tailwindcss/utilities";
|
|
|
|
/* This file is for your main application CSS */
|
|
.realtime {
|
|
white-space: pre-wrap;
|
|
font-family: monospace;
|
|
margin-top: 1em;
|
|
}
|