/* ============================================================================
   assets/tiny.content.min.css
   ----------------------------------------------------------------------------
   PLACEHOLDER, added 07 Sep 2026.

   layout/theme.liquid loads this file on its very first line:

       {{ 'tiny.content.min.css' | asset_url | stylesheet_tag }}

   It belongs to the Tiny app (TinySEO / TinyIMG - the same app that writes the
   tinyimg-website-json-ld block and ships assets/tiny-img-link-preloader.js).
   The app is still installed and running, but this asset had gone missing from
   the theme: it was absent from the live theme, from this one, and from the
   22 Aug backup, so every page load asked for it and got a 404 back as HTML.
   Chrome then logged "Refused to apply style ... MIME type ('text/html')" on
   every page of the shop.

   Nothing on the site depends on it - it has been missing for weeks with no
   visual difference - so this is deliberately empty rather than reconstructed.
   An empty stylesheet that returns 200 is cheaper than a 404 and stops the
   error.

   IF THE APP IS MEANT TO BE GENERATING REAL CSS HERE, this file is not the
   fix: ask Tiny support to regenerate it, or re-run the app's theme setup on
   the theme. Either will simply overwrite this placeholder, so nothing here
   gets in the way.

   The alternative was deleting the loader line from layout/theme.liquid. That
   was left alone on purpose: if the app ever restores the asset, the line has
   to still be there for it to load.
   ========================================================================== */
