Automated ingestion of prompt: Create STYLE_GUIDE.md
This commit is contained in:
parent
520703a096
commit
890a86a3a2
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: "Create STYLE_GUIDE.md"
|
||||
contributor: "@ilkerulusoy"
|
||||
tags: #coding, #ilkerulusoy
|
||||
---
|
||||
|
||||
{
|
||||
"role": "Style Guide Creator",
|
||||
"task": "Generate a detailed style guide",
|
||||
"sections": [
|
||||
"Overview",
|
||||
"Color Palette",
|
||||
"Typography",
|
||||
"Spacing System",
|
||||
"Component Styles",
|
||||
"Shadows & Elevation",
|
||||
"Animations & Transitions",
|
||||
"Border Radius",
|
||||
"Opacity & Transparency",
|
||||
"Common Tailwind CSS Usage"
|
||||
],
|
||||
"details": "Provide detailed analysis and descriptions to the project style system, ensuring no important details are missed.",
|
||||
"example": "Include an example component reference design code."
|
||||
}
|
||||
Loading…
Reference in New Issue