Adjust the order of the CSS

pull/54/head
Lim Chee Aun 2023-02-11 08:37:42 +08:00
rodzic e24beaffac
commit acf69f9571
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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,

Wyświetl plik

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