⚙️
Verifiedstyling0 installs
Tailwind Config
Extended Tailwind CSS configuration
Configuration
{
"theme": {
"extend": {
"colors": {
"primary": "#FF6B00",
"secondary": "#1A1A2E"
},
"fontFamily": {
"sans": [
"Inter",
"system-ui"
]
}
}
},
"plugins": [
"@tailwindcss/typography",
"@tailwindcss/forms"
]
}Installation
Via StackShack CLI
npx stackshack install tailwind-configManual Configuration
Add this configuration to your claude_settings file:
{
"theme": {
"extend": {
"colors": {
"primary": "#FF6B00",
"secondary": "#1A1A2E"
},
"fontFamily": {
"sans": [
"Inter",
"system-ui"
]
}
}
},
"plugins": [
"@tailwindcss/typography",
"@tailwindcss/forms"
]
}Tags
#tailwind#css#styling
Quick Actions
Stats
Installs0
Categorystyling
Statuspublished