mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-18 15:00:00 +00:00
19 lines
323 B
Text
19 lines
323 B
Text
![]() |
@import "~tailwindcss/base.css";
|
||
|
@import "~tailwindcss/components.css";
|
||
|
@import "~tailwindcss/utilities.css";
|
||
|
|
||
|
@import "~vue-material-design-icons/styles.css";
|
||
|
|
||
|
@import "components.pcss";
|
||
|
|
||
|
@import "docs.pcss";
|
||
|
|
||
|
body {
|
||
|
overflow-y: scroll;
|
||
|
|
||
|
@apply bg-gray-900;
|
||
|
@apply text-gray-300;
|
||
|
@apply text-base;
|
||
|
@apply p-4;
|
||
|
}
|