2019-08-02 16:07:50 +02:00
|
|
|
@tailwind base;
|
|
|
|
|
2019-08-20 03:30:00 +02:00
|
|
|
@css {
|
2019-09-30 07:25:23 +02:00
|
|
|
h1 {
|
|
|
|
@apply font-semibold text-3xl border-0 py-4
|
2019-08-20 03:30:00 +02:00
|
|
|
}
|
2019-09-30 07:25:23 +02:00
|
|
|
h2, h3, h4 {
|
|
|
|
@apply font-semibold text-2xl border-0 py-4
|
2019-08-20 03:30:00 +02:00
|
|
|
}
|
2019-09-30 07:25:23 +02:00
|
|
|
p {
|
2019-08-20 03:30:00 +02:00
|
|
|
@apply py-2 text-lg
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-08-02 16:07:50 +02:00
|
|
|
@tailwind components;
|
|
|
|
|
|
|
|
@tailwind utilities;
|