Changeset - 29e46a237f43
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-05-13 08:01:44
ben@sturm.com.au
Disable Tachyons import line

This avoids an error during `collectstatic`.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/static/css/tachyons.css
Show inline comments
...
 
@@ -2030,13 +2030,13 @@ code, .code { font-family: Consolas, monaco, monospace; }
 
*/
 
.debug-grid { background: transparent url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII= ) repeat top left; }
 
.debug-grid-16 { background: transparent url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII= ) repeat top left; }
 
.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%; }
 
 .aspect-ratio--9x16-ns { padding-bottom: 177.77%; }
 
 .aspect-ratio--4x3-ns { padding-bottom: 75%; }
 
 .aspect-ratio--3x4-ns { padding-bottom: 133.33%; }
0 comments (0 inline, 0 general)