From 49d0d5aaa42c669f10bc1b93c520f92607eb918a Mon Sep 17 00:00:00 2001 From: erjemin Date: Sat, 15 Aug 2026 19:26:32 +0300 Subject: [PATCH] =?UTF-8?q?mod:=20TailWInd=20=D1=81=D0=BB=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hypn0/templates/_base.html | 7 -- hypn0/templates/css/tailwind-custom.css | 91 ++++++++++++++++++++++++- 2 files changed, 90 insertions(+), 8 deletions(-) diff --git a/hypn0/templates/_base.html b/hypn0/templates/_base.html index 1373fb9..bd77350 100644 --- a/hypn0/templates/_base.html +++ b/hypn0/templates/_base.html @@ -52,13 +52,6 @@ подключается отдельным link.{% endcomment %} {% else %}{% comment %} PROD: заранее собранный Tailwind CLI файл (см. frontend-assembly/tailwind/input.css и package.json). CLI сканирует шаблоны проекта и генерирует только реально используемые классы, включая кастомные @theme/@layer директивы из того же самого diff --git a/hypn0/templates/css/tailwind-custom.css b/hypn0/templates/css/tailwind-custom.css index 8ffad55..a345404 100644 --- a/hypn0/templates/css/tailwind-custom.css +++ b/hypn0/templates/css/tailwind-custom.css @@ -1 +1,90 @@ -/* @tailwind base; */ \ No newline at end of file +/* + tailwind-custom.css — кастомные Tailwind-директивы проекта hypn0 + (c) 2026, Sergei Erjemin +{% comment %} +ВНИМАНИЕ: этот файл не просто CSS! Это Django-шаблон, который подключается через + include-тег в инлайновый блок