mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Potential fix for Vite messing up the CSS import order
This commit is contained in:
parent
d02aea4616
commit
4b28b6f366
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
@import url('@szhsin/react-menu/dist/core.css');
|
||||
@import url('toastify-js/src/toastify.css');
|
||||
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
import '@szhsin/react-menu/dist/core.css';
|
||||
import 'toastify-js/src/toastify.css';
|
||||
|
||||
import './app.css';
|
||||
|
||||
import debounce from 'just-debounce-it';
|
||||
|
|
Loading…
Reference in a new issue