postcss-is-pseudo-class: Complex selectors in ':global :is(...)' can not be transformed to an equivalent selector without ':is()'
See original GitHub issueI’m getting a lot of warnings from postcss of graphiql/graphiql.css
(794:1) postcss-is-pseudo-class: Complex selectors in ‘:global :is(.graphiql-markdown-deprecation, .CodeMirror-hint-information-deprecation-reason, .CodeMirror-info .info-deprecation) code, :global :is(.graphiql-markdown-deprecation, .CodeMirror-hint-information-deprecation-reason, .CodeMirror-info .info-deprecation) pre’ can not be transformed to an equivalent selector without ‘:is()’.
(v2)
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
postcss-pseudo-is - npm
PostCSS plugin to transform the :is() CSS pseudo-class into more compatible CSS selectors.. Latest version: 0.3.0, last published: a year ...
Read more >CSS transform does not get applied on elements selected by ...
It seems the reason is that css transform works only on "block" elements. Since is an "inline"element, it will not be affected.
Read more >Selectors - W3C
In CSS, pattern matching rules determine which style rules apply to elements in the document tree. These patterns, called selectors, may range from...
Read more >Complex Selectors - Learn to Code Advanced HTML & CSS
The class selector identifies an element based on its class attribute value, which may be reused on multiple elements as necessary to help...
Read more >CSS selectors - CSS: Cascading Style Sheets - MDN Web Docs
CSS selectors define the pattern to select elements to which a set of CSS rules are then applied.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m using webpack. Followed readme
but all my css is post processed using postcss:
so I’m seeing it during build.
@thomasheyenbrock there you go https://github.com/simPod/graphiql-repro/actions/runs/3668664046/jobs/6201950475#step:5:62