missing pattern.css

1 reply·opened Jun 18, 2024
I
irvine48Jun 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.

S
SemiColonWebSTAFFJul 29, 2024

Hello,

Apologies for the Delays in replying to your Query.

Simply find the following code in the style.scss File:

// Plugins
@import "sass/magnific-popup";
@import "sass/animate.scss";

and replace it with:

// Plugins
@import "sass/magnific-popup";
@import "sass/animate.scss";
@import "sass/patterns.scss";

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