mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Adjust the order of the CSS
This commit is contained in:
parent
e24beaffac
commit
acf69f9571
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"importOrder": [
|
||||
"index.css$",
|
||||
"^[^.].*.css$",
|
||||
".css$",
|
||||
"<THIRD_PARTY_MODULES>",
|
||||
"^../",
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
import './index.css';
|
||||
|
||||
import '@szhsin/react-menu/dist/core.css';
|
||||
|
||||
import { render } from 'preact';
|
||||
import { HashRouter } from 'react-router-dom';
|
||||
|
||||
|
|
Loading…
Reference in a new issue