diff --git a/src/lib/components/TimelineItem.svelte b/src/lib/components/TimelineItem.svelte index 967d703f..8ffebe3b 100644 --- a/src/lib/components/TimelineItem.svelte +++ b/src/lib/components/TimelineItem.svelte @@ -1,13 +1,13 @@ -
+
{name}
{#if img} {#if big} diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 47eb618e..149ac89e 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -19,13 +19,5 @@ module.exports = { }, }, }, - plugins: [], - safelist: [ - { - pattern: /col-span-(1|2|3|4|5|6|7|8|9|10|11|12)/, - }, - { - pattern: /col-start-(1|2|3|4|5|6|7|8|9|10|11|12)/, - }, - ] + plugins: [] };