- Added Tailwind CSS configuration and styles to the project. - Created a button component with multiple variants and sizes. - Implemented utility functions for class name management. - Updated layout and design pages to utilize the new button component. - Configured VSCode settings for Tailwind CSS support. - Added PostCSS configuration for Tailwind CSS processing. - Established a pnpm workspace for dependency management.
6 lines
54 B
JSON
6 lines
54 B
JSON
{
|
|
"files.associations": {
|
|
"*.css": "tailwind"
|
|
}
|
|
}
|