W3.css not loading

Created on 5 May 2020, over 4 years ago
Updated 27 June 2024, 6 months ago

Hi,

Today most of my site design disappeared.

After some troubleshoot I found the issue. The file https://www.w3schools.com/w3css/4/w3.css was not loaded because the *.w3schools.com certificate was expired:

I solved the issue by copying the file w3.css to my custom theme and add it to the .libraries.yml file.

global-components:
  version: 0.1
  css:
    theme:
      css/style.css: {}
      css/w3.css: {}
  js:
    js/script.js: {}

We should have an option on the theme to have a copy of the files stored locally.

Thanks,
José

Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

🇵🇹Portugal jgraca

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024