ChatGPT-Next-Web/app/styles/globals.scss
sh20raj 502be0d49e refactor: restructure audio handling and enhance type definitions
- Refactored audio handling by separating concerns into AudioAnalyzer and AudioPlayback classes.
- Improved type definitions for Tauri commands and dialog interfaces in global.d.ts.
- Added new CodeActions and CodePreview components to enhance code display and interaction in markdown.tsx.
- Updated state management in sd.ts to include drawing functionality.
- Cleaned up global styles in globals.scss, reducing complexity and improving maintainability.
2024-12-19 19:57:49 +05:30

4 lines
59 B
SCSS

@import 'variables';
@import 'responsive';
@import 'base';