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.

Random classes picked up by json.

See original GitHub issue

Sorry, accidentally posted before entering description

I’ve been trying to get container-query working with the Roots/Sage WordPress theme which uses Webpack.

For some reason the Json is picking up other classes from the css that do not use the @container rule.

I setup a very simple box example with the .box class… you can see what resulted below, where it’s picking up on some additional foundation classes.

{"e":".reveal, .reveal.tiny, .reveal.small, .reveal.large","f":[{"b":[{"e":".box","d":{"background":"green"}},{"e":".box__image","d":{"display":"block"}}],"a":[[["width",">=",200]]]},{"b":[{"e":".box__title","c":{"font-size":"10rh"}}]}]}

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
christianmagillcommented, Jun 18, 2018

Yes, all seems to be working well now. Thanks

0reactions
ZeeCodercommented, Jun 18, 2018

Is everything working now then @christianmagill ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Selecting random values from a json file - python
Save this question. Show activity on this post. I have been trying to write a program that would randomly select a question from...
Read more >
Working With JSON Data in Python - GeeksforGeeks
Python supports JSON through a built-in package called JSON. To use this feature, we import the JSON package in Python script. The text...
Read more >
JSON Parse Tool - Alteryx Help
The JSON Parse tool separates Java Script Object Notation text into a table schema for the purpose of downstream processing.
Read more >
Create an Ordered JSONObject in Java - Towards Data Science
A possible solution is to implement your own JSONObject. Rather than using a HashMap<>() to do so, you can use a LinkedHashMap<>() or...
Read more >
The JSONObject class/library for Unity - GitHub
So, I've written a very simple JSONObject class, which can be generically used to ... The MaxDepth parsing is totally made up. ......
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