This website requires JavaScript.
Explore
Help
Register
Sign In
d-bis
/
miracles_in_motion
Watch
4
Star
0
Fork
0
You've already forked miracles_in_motion
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
miracles_in_motion
/
postcss.config.cjs
6 lines
86 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Deploy to production - ensure all endpoints operational
2025-11-12 08:17:28 -08:00
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
feat: initialize project with Tailwind CSS, React, and TypeScript setup - Added Tailwind CSS configuration with custom theme colors and animations. - Created global styles in index.css including custom scrollbar and button components. - Set up main entry point in main.tsx to render the App component. - Configured TypeScript with strict settings and path mapping. - Added support for high contrast mode and reduced motion in styles. - Included print styles for better printing experience.
2025-10-04 18:11:14 -07:00
}
Reference in New Issue
Copy Permalink