Logo
Explore Help
Register Sign In
valknar/audio-ui
1
0
Fork 0
You've already forked audio-ui
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d03080d3d23c423bc3d0cd2e82f22adadd12857f
audio-ui/postcss.config.js

9 lines
148 B
JavaScript
Raw Normal View History

chore: add PostCSS config and update implementation plan progress - Added postcss.config.js for Tailwind CSS 4 - Updated PLAN.md with progress overview section - Marked all completed features in implementation phases: - Phase 1: 95% complete (core infrastructure) - Phase 2: 90% complete (audio engine) - Phase 3: 60% complete (waveform visualization) - Added deployment files to project structure documentation Features marked as complete: ✅ Project setup with Next.js 16 + Tailwind CSS 4 ✅ Core UI components (Button, Card, Slider, Progress, Toast) ✅ Theme system with dark/light mode ✅ Web Audio API integration ✅ Audio file upload and decoding ✅ Playback controls and volume management ✅ Waveform rendering with Canvas API ✅ Timeline scrubbing and seeking ✅ Real-time progress visualization
2025-11-17 15:35:36 +01:00
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
module.exports = config;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 32ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API