refactor: move all styles to public/assets/css
- Remove duplicate CSS files from src/assets - Keep all stylesheets in public/assets/css for static serving - Update style.css imports to reference public assets - Cleaner separation: public for styles, src for Vue components 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9f10971041
commit
960f509d5c
5 changed files with 3 additions and 175 deletions
|
|
@ -1,2 +1,2 @@
|
|||
@import url('./assets/pagedjs-interface.css');
|
||||
@import url('./assets/editor-ui.css');
|
||||
@import url('/assets/css/pagedjs-interface.css');
|
||||
@import url('/assets/css/editor-ui.css');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue