[Bug] The CC Vocabulary is not being used #178
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🚧 status: blocked
Blocked & therefore, not ready for work
Description
After looking at fairly new merged pr #122, where instead of using the Vocabulary CDN, the entire
global-header
component has been hard-coded in.Expectation
The Vocabulary CDN (for styles & scripts) should be imported in, over having them hard-coded in. As this will help follow the standards & guidance of Open source CC, also maintaining the repo will be ez!
This will fix many other issue that have been raised over time, regarding buggy UI.
Environment
Additional context
Importing them directly will make considerable changes, as it would try to overwrite the existing CSS, will have to fix them. The best way to fix this would be to import them in, and then remove the CSS that gets overwritten. Also, I would like to work on this issue.
Resolution
The text was updated successfully, but these errors were encountered: