missing pattern.css

1 reply · opened Jun 18, 2024

Iirvine48Jun 18, 2024

Hi Dev,

How to solve the missing pattern.css in your html code, try to recompile sass, but pattern.css still not found in the dist folder.

SSemicolon WebSTAFFJul 29, 2024

Hello,

Apologies for the Delays in replying to your Query.

Simply find the following code in the style.scss File:
[ch_pre type="css"]// Plugins
@import "sass/magnific-popup";
@import "sass/animate.scss";[/ch_pre]

and replace it with:
[ch_pre type="css"]// Plugins
@import "sass/magnific-popup";
@import "sass/animate.scss";
@import "sass/patterns.scss";[/ch_pre]

This should resolve the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard