You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason my CSS is outputting multiple times/ is duplicated. I installed the parent theme first, then the child. I have the parent theme "FoundationPress" and its child "FoundationPress-child" in my theme folder and have the child theme activated. My app.scss file came with the following import settings: @import "settings"; @import "../FoundationPress/scss/app"; @import "custom"; // Custom child theme styles @import "foundation";
Including the selective components.
I haven't made any changes to any file yet. Any idea why my css is outputting duplicate times?
Your time and help is much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi there!
For some reason my CSS is outputting multiple times/ is duplicated. I installed the parent theme first, then the child. I have the parent theme "FoundationPress" and its child "FoundationPress-child" in my theme folder and have the child theme activated. My app.scss file came with the following import settings:
@import "settings";
@import "../FoundationPress/scss/app";
@import "custom"; // Custom child theme styles
@import "foundation";
Including the selective components.
I haven't made any changes to any file yet. Any idea why my css is outputting duplicate times?
Your time and help is much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: