an attempt to compact css and use clean-css and failing
All checks were successful
/ build (push) Successful in 29s

This commit is contained in:
Ruben 2025-06-01 13:41:16 -05:00
commit 2bc1a4c684
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
12 changed files with 4649 additions and 2180 deletions

View file

@ -1,11 +1,13 @@
---
title: base
---
{% set css %} {% include "base.css" %} {% endset %}
<!DOCTYPE html>
<html lang="en" page-is="goopy">
<head>
{% include "layouts/header.njk" %}
<style>{{ css | cssmin }}</style>
<script defer src="https://booping.synth.download/embed.js"></script>
</head>