Skip to content

Instantly share code, notes, and snippets.

View steniomoreira's full-sized avatar
🚀

Stenio Moreira steniomoreira

🚀
View GitHub Profile
@steniomoreira
steniomoreira / tailwind-colors.ts
Last active January 14, 2024 04:52
List of all default Tailwind CSS colors from the default theme v3.4.
export const colors = {
black: '#000',
white: '#fff',
slate: {
'50': '#f8fafc',
'100': '#f1f5f9',
'200': '#e2e8f0',
'300': '#cbd5e1',
'400': '#94a3b8',
'500': '#64748b',
@steniomoreira
steniomoreira / settings.json
Created July 27, 2022 03:02 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"emmet.syntaxProfiles" : {
"javascript" : "jsx"
},
"workbench.startupEditor" : "newUntitledFile",
"editor.fontSize" : 16,
"javascript.suggest.autoImports" : true,
"javascript.updateImportsOnFileMove.enabled" : "always",
"editor.rulers" : [
80,