|
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
Add CssFileImport component to StylesheetViewer allowing users to import CSS files to replace custom CSS content. Features: - Click to select file via file dialog - Drag & drop support with visual feedback - File validation (.css only, max 1MB) - Error messages for invalid files - Direct replacement of customCss content New component: - src/components/ui/CssFileImport.vue Integration: - Added at top of StylesheetViewer - Emits 'import' event with file content - Content replaces customCss in store Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| CssFileImport.vue | ||
| InputWithUnit.vue | ||
| MarginEditor.vue | ||
| NumberInput.vue | ||
| UnitToggle.vue | ||