Kasun Peiris
Kasun Peiris
@AndreJoaquim Were you able to fix this issue? I'm having a similar issue.
What's the update on this?
@santiq I'm having the same issue here. @hubochkin Were you able to fix this issue?
I'm having the same issue. Nginx/PHP 7.2
@EstevesDiogo You can include all your partial files in a single global scss file and include that global scss file with globalStyle[]
> Can we revisit this? Here's our use case: > > We'd like to ship multiple components with a global stylesheet for each one. > > **Why not just use...
```import { Component, Prop, h } from '@stencil/core'; @Component({ tag: 'kpw-blog-card', styleUrl: 'kpw-blog-card.scss', shadow: false }) export class KpwBlogCard { @Prop() hasTitle = false; @Prop() hasImage = true; @Prop() hasTags...
I'm having the same issue :(
@narsenico Any update on this?
> A little late but I resolved this issue by setting my `GRAPHQL_JWT_AUTH_SECRET_KEY` in the `wp-config.php` where as i had it defined in the functions.php before. > > Also make...