We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf13585 commit dea646aCopy full SHA for dea646a
assets/css/legacy/frameReadyLoader.scss
@@ -1,4 +1,6 @@
1
@tailwind base;
2
+@tailwind components;
3
+@tailwind utilities;
4
5
@layer base {
6
:root {
@@ -35,4 +37,18 @@
35
37
}
36
38
39
40
+@import "../scss/settings/typography";
41
+
42
@import "../scss/libs/mediaelementjs/styles";
43
44
+body {
45
+ @apply prose max-w-none space-y-4
46
+ prose-h1:text-h1
47
+ prose-h2:text-h2
48
+ prose-h3:text-h3
49
+ prose-h4:text-h4
50
+ prose-h5:text-h5
51
+ prose-h6:text-h6
52
+ prose-img:inline-block prose-img:my-2
53
+ ;
54
+}
0 commit comments