-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I am trying to port one of my sapper app over and run into a bit of a problem with external sass file
In my sapper project, I add
:global {
@import '../style/global.scss';
}
to the layout component. I tried to do the same thing in this template and it works. However, the style is inline inside the html instead of extracted to a separate file like sapper.
Is there a way to achieve the same behavior with this template.
Thank you
Metadata
Metadata
Assignees
Labels
No labels