yet again
This commit is contained in:
@@ -26,14 +26,12 @@
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
|
||||
<script>
|
||||
tailwind.config = {
|
||||
corePlugins: {
|
||||
preflight: false, // Keeps your base blog styles intact
|
||||
preflight: false,
|
||||
},
|
||||
// This ensures Tailwind utilities only work inside elements with the 'tailwind-scope' class
|
||||
important: "#timeline-zone",
|
||||
prefix: "tw-", // All Tailwind classes must now start with tw-
|
||||
};
|
||||
</script>
|
||||
<script src="{{ url_for('static', filename='js/timeline.js') }}"></script>
|
||||
|
||||
Reference in New Issue
Block a user