question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nested comma separated selectors bug?

See original GitHub issue
const Div = css`
  color: red;
  p,  b, i {
    display: block;
  }
`;

produced .go1684683309{color:red;}.go1684683309 p,b,i{display:block;}

https://codesandbox.io/s/solid-styled-components-forked-jg3b5?file=/index.js:111-184

#49

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
russelgalcommented, Oct 12, 2020

thanks for the super fast fix! 👍 and … for the kind words 😉 keep up the good work!

1reaction
cristianbotecommented, Oct 12, 2020

Alrighty, look over this particular issue and it boils down to how parse is balancing the selector and the current key. I’m looking for a correct fix to handle both of these.

Read more comments on GitHub >

github_iconTop Results From Across the Web

For CSS multiple selectors, when do you need a comma and ...
For CSS multiple selectors, when do you need a comma and when you only need a space? selector1, selector2 { }. vs. selector1...
Read more >
Fn::Select - AWS CloudFormation
Comma -delimited list parameter type. You can use Fn::Select to select an object from a CommaDelimitedList parameter. You might use a CommaDelimitedList ...
Read more >
Nested for loops - FOR expression comma separated list Error
I am getting this error: "FOR expression comma separated list must have exactly one item". I am not sure what is going on....
Read more >
How to get a SASS nested nested media query to work with ...
This appears to be a hyper-specific case that appears is part misbehavior in Sass and part ambiguous expectations.
Read more >
MultiRootFileSet Type - Apache Ant
MultiRootFileSet supports all attributes and nested elements of FileSet and ... basedirs, Comma separated list of directories that build the roots of the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found