From 29e46a237f439710a75a7d972f87c1811ca36fb9 Mon Sep 17 00:00:00 2001
From: Ben Sturmfels <ben@sturm.com.au>
Date: Mon, 13 May 2024 18:01:44 +1000
Subject: [PATCH] Disable Tachyons import line

This avoids an error during `collectstatic`.
---
 conservancy/static/css/tachyons.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conservancy/static/css/tachyons.css b/conservancy/static/css/tachyons.css
index 229d5f73..485835be 100644
--- a/conservancy/static/css/tachyons.css
+++ b/conservancy/static/css/tachyons.css
@@ -2033,7 +2033,7 @@ code, .code { font-family: Consolas, monaco, monospace; }
 .debug-grid-8-solid { background: white url( data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw== ) repeat top left; }
 .debug-grid-16-solid { background: white url( data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7 ) repeat top left; }
 /* Uncomment out the line below to help debug layout issues */
-/* @import './_debug'; */
+/* @XXimport './_debug'; */ /* XX prevents Django collectstatic manifest generation from failing. */
 @media screen and (min-width: 30em) {
  .aspect-ratio-ns { height: 0; position: relative; }
  .aspect-ratio--16x9-ns { padding-bottom: 56.25%; }