creativecommons/cc-resource-archive

[Bug] Redundant or Missing CSS Import Reference in Code.

Closed this issue · 2 comments

Description

While reviewing the codebase, I noticed that a CSS file is being imported, but the specific folder and file within it are absent. Despite the absence of this file, there are no visible errors or layout changes across the website.

Reproduction

  1. Open Vocabulary.css file.
  2. Identify the @import statement in the CSS file(line 32) for noramlize.css file.
  3. Verify the presence of the file in the vocabulary folder.
  4. See error.

Expectation

If the file is essential for consistent styling across all projects, it should be added.
If it is not needed, the import statement should be removed to avoid confusion and maintain clean code.

Environment

-Device: Laptop
-OS: macOS
-Browser: Chrome

Additional context

This change ensures consistency and improves the maintainability of the project.

Resolution

  • I would be interested in resolving this bug.

This file is missing. See the actual Vocabulary project for how things should be structured within the vocabulary folder of a downstream implementation

@possumbilities Thank you for clarifying that !