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.

Whitelist classes

See original GitHub issue

how can I whitelist this class :not(.layout-fixed) .main-sidebar

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
sebastiandedeynecommented, Mar 31, 2020

For a complex selector like this, you’re probably best off with inline Purgecss ignore comments.

/* purgecss start ignore */
:not(.layout-fixed) .main-sidebar {
  /* ... */
}
/* purgecss end ignore */
0reactions
saraElsanancommented, Apr 2, 2020

Sorry, this repo is just a wrapper for Purgecss. If you’re having issues with Purgecss usage, you’ll need to open an issue at https://github.com/FullHuman/purgecss.

okay thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating a Package Whitelist Classes File
Integration Server supports the creation and use of a list of whitelist classes for an individual package. This can be useful when a...
Read more >
Class: Whitelisting Domains for Class
Platform: Class. Issue: Organizations may need to whitelist specific domains to resolve connectivity issues that result from blocked ...
Read more >
How to whitelist a class? - Stack Overflow
How do i white list an android activity having java class name as Abc.java and xml as activity_abc.xml.
Read more >
Whitelist of allowed classes? - Code Share - Hubitat Community
Where can I find the list of all whitelisted (or blacklisted?) classes?
Read more >
Whitelist (Oracle Cloud Infrastructure Java SDK - 3.2.0)
@Generated(value="OracleSDKGenerator", comments="API Version: 20181116") public final class Whitelist extends com.oracle.bmc.http.client.internal.
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