field.css files missing / not getting loaded

Created on 1 July 2024, 5 months ago

Problem/Motivation

The field.css CSS file is not getting loaded, which means that fields on entities which have their label set to 'Inline' don't get styled correctly.

My browser says:

> The resource from “https://LOCAL.ddev.site/themes/contrib/bartik/css/components/field.css?s...” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Closed: works as designed

Version

1.0

Component

Look and Feel

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @joachim
  • 🇬🇧United Kingdom joachim
  • 🇬🇧United Kingdom joachim

    Ah, the problem is that the libraries file declares:

    > css/components/field.css: {}

    and that file does not exist.

    The only field.css file in Bartik is at:

    > css/classy/components/field.css

  • 🇬🇧United Kingdom joachim

    And the field.css file that does exist isn't declared.

  • Status changed to Closed: works as designed 5 months ago
  • 🇬🇧United Kingdom joachim

    Ok I have NO idea what's happening, as the git clone of this theme has the files and declares them. AND those haven't been changed since the initial commit.

Production build 0.71.5 2024