11 lines
132 B
CSS
11 lines
132 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.cm-focused {
|
|
outline: none !important;
|
|
}
|
|
|
|
body{
|
|
overflow: hidden;
|
|
} |