Adjust the order of the CSS

This commit is contained in:
Lim Chee Aun 2023-02-11 08:37:42 +08:00
parent e24beaffac
commit acf69f9571
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
"singleQuote": true,
"trailingComma": "all",
"importOrder": [
"index.css$",
"^[^.].*.css$",
".css$",
"<THIRD_PARTY_MODULES>",
"^../",

View file

@ -1,6 +1,8 @@
import './app.css';
import '@szhsin/react-menu/dist/core.css';
import 'toastify-js/src/toastify.css';
import './app.css';
import debounce from 'just-debounce-it';
import {
useEffect,

View file

@ -1,7 +1,5 @@
import './index.css';
import '@szhsin/react-menu/dist/core.css';
import { render } from 'preact';
import { HashRouter } from 'react-router-dom';