svelte-windicss-preprocess: ParseError: Identifier `deep` is expected

[!] (plugin svelte) ParseError: Identifier `deep` is expected
node_modules/@responsive-ui/loader/src/Loader.svelte
34:   border-width: 2px;
35: }
36: // .responsive-ui-loader__spinner:after {
     ^
37:   //   content: "";
38:   //   width: 5px;

The comment in <style> is identified as deep selector.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 34 (34 by maintainers)

Most upvoted comments

@OysterD3 issue 2 & 3 are caused by single line comments in your style. currently only /* */ are supported by windicss… upstream windicss will support // in the future…

yes, i might know the issue here. not sure if beta.9 (ETA later today) will fix it. Please post any new info and issues here as well