Skip to content

Instantly share code, notes, and snippets.

@geovannimp
geovannimp / app.css
Created March 27, 2025 06:56
Tailwind V4 container
@utility container {
margin-inline: auto;
padding-inline: 1rem;
@variant sm {
max-width: 640px;
padding-inline: 2rem;
}
@variant md {
@geovannimp
geovannimp / cSpell_packageJson_dictionary.md
Last active May 8, 2024 23:21
cSpell package.json dictionary

cSpell package.json dictionary with monorepo support

Create the following files in the .vscode folder of your repo

.vscode/cspell.json

{
  "import": ["./cspell-node.config.cjs"]
}

.vscode/cspell-node.config.cjs