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.

add option to disable built-in `container` class

See original GitHub issue

Hi! Thanks for a great tool! It would be nice to be able to disable the built-in .container class because I want to create my own fluid one. Currently, I have to do the following:

// uno.config.js
export default defineConfig({
  blocklist: ['container']
})
/* main.css */
.container {
  @apply mx-auto box-content max-w-1200px px-4;
}

but it’s a little ugly (

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
zamanruhycommented, Oct 5, 2022

You can just add your custom rule, it should just override the builtin one

But it doesn’t repl

1reaction
antfucommented, Sep 25, 2022

You can just add your custom rule, it should just override the builtin one

Read more comments on GitHub >

github_iconTop Results From Across the Web

disable select in angular2 - drop down menu - Stack Overflow
If you want to add/remove a single class, I would recommend using the built-in helpers from Angular2. However, as it has already been...
Read more >
Built-in policy definitions for Azure Storage - Microsoft Learn
Name (Azure portal) Effect(s) Version (GitH... Azure File Sync should use private link AuditIfNotExists, Disabled 1.0.0 Configure Azure File Sync with private endpoints DeployIfNotExists, Disabled...
Read more >
Configure a Security Context for a Pod or Container
In your shell, navigate to /data/demo , and create a file: ... the process of setting file ownership and permissions based on the...
Read more >
Container - Tailwind CSS
The container class sets the max-width of an element to match the ... not center itself automatically and does not have any built-in...
Read more >
Building, running, and managing containers
stop. Stop one or more containers. tag. Add an additional name to a local image ... Options to the docker command that are...
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